{
  "name": "Cloudflare Site Agent",
  "description": "Provides machine-readable context and endpoints for AI assistants to understand Cloudflare website content.",
  "url": "https://www.cloudflare.com/.well-known/agent.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "site-context",
      "name": "Site Context",
      "description": "Returns curated and markdown-first content for assistants.",
      "endpoint": "https://www.cloudflare.com/llms.txt"
    },
    {
      "id": "page-markdown",
      "name": "Page Markdown",
      "description": "Fetches markdown snapshots of site pages for citation-ready context.",
      "endpoint": "https://www.cloudflare.com/{path}.md"
    }
  ]
}