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

    Interface ApiKeyAuthResult

    interface ApiKeyAuthResult {
        inGracePeriod?: boolean;
        keyId?: string;
        ok: boolean;
        reason?:
            | "revoked"
            | "expired"
            | "invalid_api_key"
            | "rotation_grace_expired"
            | "insufficient_scope";
        scope?: "write"
        | "admin"
        | "read-only";
        status?: ApiKeyStatus;
    }
    Index
    inGracePeriod?: boolean
    keyId?: string
    ok: boolean
    reason?:
        | "revoked"
        | "expired"
        | "invalid_api_key"
        | "rotation_grace_expired"
        | "insufficient_scope"
    scope?: "write" | "admin" | "read-only"
    status?: ApiKeyStatus