{
  "resource": "https://aicontentdrop.com",
  "authorization_servers": [
    "https://csnjnchyuugcfxokubrl.supabase.co/auth/v1"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "resource_name": "AI Content Drop",
  "resource_documentation": "https://aicontentdrop.com/auth.md",
  "agent_auth": {
    "version": "1",
    "skill": "https://aicontentdrop.com/auth.md",
    "register_uri": "https://aicontentdrop.com/agent/auth/register",
    "claim_uri": "https://aicontentdrop.com/agent/auth/claim",
    "revocation_uri": "https://aicontentdrop.com/agent/auth/revoke",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "bearer"
      ],
      "scopes_supported": [
        "read"
      ],
      "description": "Self-registration for unattended agents. Issues a read-scoped bearer token that raises rate limits on the public read surface. It cannot generate, spend credits, or access an account — that requires an acd_live_ key created by a signed-in human."
    },
    "documentation": "https://aicontentdrop.com/developers"
  }
}