Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ApiKeyRotateResult

    interface ApiKeyRotateResult {
        graceUntilTs: number;
        newApiKey: string;
        newKeyId: string;
        oldKeyId: string;
    }
    Index
    graceUntilTs: number
    newApiKey: string
    newKeyId: string
    oldKeyId: string