{
  "issuer": "https://spacebly.com",
  "authorization_endpoint": "https://spacebly.com/auth.md",
  "token_endpoint": "https://spacebly.com/auth.md",
  "jwks_uri": "https://spacebly.com/.well-known/jwks.json",
  "registration_endpoint": "mailto:hello@spacebly.com",
  "scopes_supported": [],
  "response_types_supported": [],
  "grant_types_supported": [],
  "token_endpoint_auth_methods_supported": ["none"],
  "code_challenge_methods_supported": [],
  "service_documentation": "https://spacebly.com/auth.md",
  "agent_auth": {
    "status": "public-no-auth",
    "description": "The Spacebly public API (/v1/*) is unauthenticated and read-only. No registration or credentials are required.",
    "register_uri": "mailto:hello@spacebly.com?subject=Spacebly%20Agent%20Registration",
    "supported_identity_types": ["agent", "organization"],
    "supported_credential_types": [],
    "claim_uri": "mailto:hello@spacebly.com?subject=Spacebly%20Agent%20Claim",
    "revocation_uri": "mailto:hello@spacebly.com?subject=Spacebly%20Agent%20Revocation",
    "documentation": "https://spacebly.com/auth.md"
  }
}
