{
  "issuer": "https://api.agentcloud.so/api/auth",
  "authorization_endpoint": "https://api.agentcloud.so/api/auth/oauth2/authorize",
  "token_endpoint": "https://api.agentcloud.so/api/auth/oauth2/token",
  "registration_endpoint": "https://api.agentcloud.so/api/auth/oauth2/register",
  "introspection_endpoint": "https://api.agentcloud.so/api/auth/oauth2/introspect",
  "revocation_endpoint": "https://api.agentcloud.so/api/auth/oauth2/revoke",
  "scopes_supported": [
    "mcp:connect",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic",
    "client_secret_post"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "authorization_response_iss_parameter_supported": true
}