{
  "resource": "https://api.kallyai.com",
  "authorization_servers": ["https://api.kallyai.com"],
  "bearer_methods_supported": ["header"],
  "scopes_supported": [
    "calls:read",
    "calls:write",
    "sessions:read",
    "sessions:write",
    "subscription:read",
    "billing:manage",
    "transcripts:read",
    "recordings:read"
  ],
  "resource_documentation": "https://api.kallyai.com/docs",
  "resource_policy_uri": "https://kallyai.com/privacy-policy",
  "resource_tos_uri": "https://kallyai.com/terms-of-service",
  "jwks_uri": "https://kallyai.com/.well-known/jwks.json",
  "_documentation": "KallyAI OAuth Protected Resource metadata per RFC 9728. KallyAI is an AI Executive Assistant that handles phone calls, email, bookings, research, errands, and coordination tasks on behalf of end users. Agents authenticate with bearer tokens obtained from the authorization server above. For full OIDC-style discovery see /.well-known/openid-configuration. jwks_uri is an empty key set because access tokens are HS256-signed — clients should validate via the authorization server rather than local signature verification."
}
