# auth.md

**Status:** Active
**Audience:** Search Crawlers and AI Discovery Agents.

## Agent Registration Policy
This is a Shopify-hosted e-commerce storefront. We do not support user account creation for agents. All interactions must remain anonymous.

```json
{
  "agent_auth": {
    "skill": "[https://www.fastdtfatlanta.com/auth.md](https://www.fastdtfatlanta.com/auth.md)",
    "register_uri": "[https://www.fastdtfatlanta.com/pages/agent-auth](https://www.fastdtfatlanta.com/pages/agent-auth)",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none"
      ]
    },
    "claim_urls": [],
    "revocation_urls": []
  }
}