{
  "issuer": "https://ft.ia.br",
  "agent_registration_endpoint": "https://ft.ia.br/agent/auth",
  "agent_revocation_endpoint": "https://ft.ia.br/agent/revoke",
  "scopes_supported": [
    "public",
    "read:profile",
    "read:posts",
    "read:context"
  ],
  "credential_types_supported": [
    "bearer"
  ],
  "claim_ceremony_supported": false,
  "agent_auth": {
    "skill": "https://github.com/workos/auth.md",
    "register_uri": "https://ft.ia.br/agent/auth",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "bearer"
      ]
    },
    "revocation_uri": "https://ft.ia.br/agent/revoke"
  }
}