{
  "issuer": "https://kruxos.com",
  "authorization_endpoint": "https://kruxos.com/agents/setup/#user-token",
  "token_endpoint": "https://kruxos.com/agents/operator/#user-api",
  "jwks_uri": "https://kruxos.com/.well-known/jwks.json",
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:token-exchange",
    "client_credentials"
  ],
  "response_types_supported": ["token"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
  "scopes_supported": [],
  "agent_auth": {
    "skill": "https://kruxos.com/.well-known/agent-skills/kruxos-auth/SKILL.md",
    "register_uri": "https://kruxos.com/agents/setup/#user-token",
    "identity_types_supported": ["anonymous"],
    "anonymous": {
      "credential_types_supported": ["bearer_token"],
      "claim_uri": "https://kruxos.com/agents/setup/#user-token"
    }
  }
}