Skip to content
Charming Docs
Esc
navigateopen⌘Jpreview

OAuth/MCP discovery metadata (delegated to better-auth)

Returns the RFC 8414 authorization-server metadata document for the Charming auth surface. Consumed by MCP clients during the OAuth handshake. The base payload shape is owned by better-auth; Charming splices a WorkOS-style agent_auth extension block carrying register_uri (/api/pair/start), claim_uri (/app/{id}/claim), revocation_uri (/api/token/{id}), skill (https://usecharming.com/auth.md), identity_types_supported (["anonymous"]), and an anonymous sibling block.

GET/.well-known/oauth-authorization-server
Responses
200OAuth authorization-server discovery JSON.
object
Request
curl -X GET "https://charm.ing/.well-known/oauth-authorization-server"
Response
{}