{
  "issuer": "https://agentcommunity.org",
  "token_endpoint": "https://agentcommunity.org/oauth2/token",
  "revocation_endpoint": "https://agentcommunity.org/oauth2/revoke",
  "jwks_uri": "https://agentcommunity.org/.well-known/jwks.json",
  "protected_resources": [
    "https://agentcommunity.org/api"
  ],
  "scopes_supported": [
    "agent.account.read",
    "agent.registrations.read"
  ],
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "none"
  ],
  "agent_auth": {
    "skill": "https://agentcommunity.org/auth.md",
    "identity_endpoint": "https://agentcommunity.org/agent/identity",
    "claim_endpoint": "https://agentcommunity.org/agent/identity/claim",
    "identity_types_supported": [
      "service_auth"
    ]
  }
}