{
  "schema": "adi-ai-v1",
  "routes": [
    {
      "id": "ROUTE-HOME",
      "purpose": "Homepage",
      "url": "/"
    },
    {
      "id": "ROUTE-CONTACT",
      "purpose": "Contact",
      "url": "mailto:contact@5thelement.ai"
    },
    {
      "id": "ROUTE-LLMS",
      "purpose": "LLM discovery",
      "url": "/llms.txt"
    },
    {
      "id": "ROUTE-ENTITY",
      "purpose": "Entity declaration",
      "url": "/ai-entity.json"
    },
    {
      "id": "ROUTE-INTENTS",
      "purpose": "Buyer intent registry",
      "url": "/ai-intents.json"
    },
    {
      "id": "ROUTE-MANIFEST",
      "purpose": "ADI manifest index",
      "url": "/.well-known/adi-manifest.txt"
    }
  ]
}
