{
  "issuer": "https://api.kallyai.com",
  "authorization_endpoint": "https://api.kallyai.com/v1/auth/authorize",
  "token_endpoint": "https://api.kallyai.com/v1/auth/gpt/token",
  "response_types_supported": ["code"],
  "response_modes_supported": ["query"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "code_challenge_methods_supported": ["S256"],
  "scopes_supported": [
    "calls:read",
    "calls:write",
    "sessions:read",
    "sessions:write",
    "subscription:read",
    "billing:manage",
    "transcripts:read",
    "recordings:read"
  ],
  "service_documentation": "https://api.kallyai.com/docs",
  "ui_locales_supported": ["en", "es"],
  "_documentation": "KallyAI OAuth 2.0 Authorization Server metadata per RFC 8414. Identity federated via Google Sign-In and Apple Sign-In — KallyAI issues its own access tokens scoped to KallyAI resources. For CLI/agent tooling with localhost redirect URIs, use the simplified /v1/auth/cli endpoint (see https://api.kallyai.com/docs)."
}
