{
  "issuer": "https://myagi.bot",
  "authorization_endpoint": "https://myagi.bot/oauth/authorize",
  "token_endpoint": "https://myagi.bot/oauth/token",
  "jwks_uri": "https://myagi.bot/.well-known/jwks.json",
  "registration_endpoint": "https://myagi.bot/oauth/register",
  "scopes_supported": [
    "read:platform",
    "write:inquiry",
    "read:registry"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://myagi.bot/AGENTS.md",
  "ui_locales_supported": [
    "en-US"
  ],
  "op_policy_uri": "https://myagi.bot/licensing",
  "op_tos_uri": "https://myagi.bot/licensing",
  "status": "discovery-published-flow-not-yet-enabled"
}