{
  "issuer": "https://anter.ai",
  "authorization_endpoint": "https://anter.ai/oauth/authorize",
  "token_endpoint": "https://api.anter.ai/v1/oauth/token",
  "userinfo_endpoint": "https://api.anter.ai/v1/oauth/userinfo",
  "jwks_uri": "https://api.anter.ai/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "agents:read",
    "agents:write",
    "mcp:access",
    "tools:execute"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code id_token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "agent_auth": {
    "skill": "https://anter.ai/.well-known/agent-skills/anter-managed-agents/SKILL.md",
    "register_uri": "https://api.anter.ai/v1/auth/agent/register",
    "supported_identity_types": [
      "agent",
      "user_delegated",
      "service_account",
      "anonymous",
      "identity_assertion"
    ],
    "identity_types_supported": [
      "agent",
      "user_delegated",
      "service_account",
      "anonymous",
      "identity_assertion"
    ],
    "credential_types": [
      "bearer_token",
      "api_key",
      "mtls",
      "oauth2_client_credentials"
    ],
    "credential_types_supported": [
      "bearer_token",
      "api_key",
      "mtls",
      "oauth2_client_credentials"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ]
    },
    "claim_uri": "https://api.anter.ai/v1/auth/agent/claim",
    "claim_url": "https://api.anter.ai/v1/auth/agent/claim",
    "revocation_uri": "https://api.anter.ai/v1/auth/agent/revoke",
    "revocation_url": "https://api.anter.ai/v1/auth/agent/revoke"
  }
}