{
  "issuer": "https://app.getsupers.com",
  "authorization_endpoint": "https://app.getsupers.com/oauth/authorize",
  "token_endpoint": "https://app.getsupers.com/oauth/token",
  "registration_endpoint": "https://app.getsupers.com/oauth/register",
  "revocation_endpoint": "https://app.getsupers.com/oauth/revoke",
  "jwks_uri": "https://app.getsupers.com/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "scopes_supported": [
    "api:chat",
    "api:completions",
    "api:models",
    "commerce:subscribe",
    "mcp:android",
    "mcp:chat",
    "mcp:devices",
    "mcp:projects"
  ],
  "protected_resources": [
    "https://app.getsupers.com",
    "https://app.getsupers.com/mcp",
    "https://app.getsupers.com/mcp/android",
    "https://app.getsupers.com/v1",
    "https://getsupers.com"
  ],
  "authorization_response_iss_parameter_supported": true,
  "agent_auth": {
    "skill": "https://getsupers.com/auth.md",
    "register_uri": "https://app.getsupers.com/oauth/register",
    "claim_uri": "https://app.getsupers.com/oauth/authorize",
    "revocation_uri": "https://app.getsupers.com/oauth/revoke",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "authorization_uri": "https://app.getsupers.com/oauth/authorize",
      "credential_types_supported": [
        "access_token"
      ]
    }
  }
}
