{
  "issuer": "https://clyk.app",
  "authorization_endpoint": "https://clyk.app/oauth/authorize",
  "token_endpoint": "https://clyk.app/oauth/token",
  "registration_endpoint": "https://clyk.app/oauth/register",
  "jwks_uri": "https://clyk.app/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "scopes_supported": [
    "links:read",
    "links:write",
    "analytics:read",
    "stats:read",
    "agent:data",
    "bio:read",
    "bio:write",
    "mcp:tools",
    "sponsorships:read",
    "sponsorships:write",
    "subscribers:read"
  ],
  "service_documentation": "https://clyk.app/developers/oauth"
}