{
  "issuer": "https://theaicall.com",
  "authorization_endpoint": "https://theaicall.com/auth",
  "token_endpoint": "https://goycrjqlfmwzigimawti.supabase.co/auth/v1/token",
  "jwks_uri": "https://goycrjqlfmwzigimawti.supabase.co/auth/v1/jwks",
  "response_types_supported": ["code", "token", "id_token"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "profile", "email", "agent:read", "agent:write"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "none"],
  "agent_auth": {
    "skill": "https://theaicall.com/auth.md",
    "register_uri": "https://theaicall.com/contact",
    "identity_types_supported": ["identity_assertion", "anonymous"],
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:id-jag", "verified_email"],
      "credential_types_supported": ["bearer", "api_key"],
      "claim_uri": "https://theaicall.com/contact"
    },
    "anonymous": {
      "credential_types_supported": ["ephemeral_token"],
      "claim_uri": "https://theaicall.com/contact"
    }
  }
}
