{
  "issuer": "https://chaicode.com",
  "authorization_endpoint": "https://chaicode.com/oauth/authorize",
  "token_endpoint": "https://chaicode.com/oauth/token",
  "jwks_uri": "https://chaicode.com/.well-known/jwks.json",
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "scopes_supported": ["read", "openid", "profile"],
  "agent_auth": {
    "register_uri": "https://chaicode.com/oauth/register",
    "skill": "https://chaicode.com/llms.txt",
    "identity_types_supported": ["anonymous", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["client_credentials"]
    },
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:jwt", "urn:ietf:params:oauth:token-type:id-jag"],
      "credential_types_supported": ["client_credentials"]
    }
  }
}
