{
  "ahtml": "0.1",
  "site": "https://github.com/DibbayajyotiRoy/AHTML",
  "policy": {
    "agents_welcome": true,
    "license": "MIT",
    "rate_limit": "300/min",
    "contact": "rdibbayajyoti@gmail.com",
    "terms_url": "https://github.com/DibbayajyotiRoy/AHTML#license",
    "republish": "attribution_only",
    "caching": {
      "allowed": true,
      "ttl": 600
    }
  },
  "snapshot_url_template": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/{path}",
  "routes": [
    {
      "path": "/",
      "page_type": "home",
      "snapshot_url": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/"
    },
    {
      "path": "/demo/products/mbp-14-m3",
      "page_type": "product_detail",
      "snapshot_url": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/demo/products/mbp-14-m3"
    },
    {
      "path": "/demo/products/mbp-16-m3",
      "page_type": "product_detail",
      "snapshot_url": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/demo/products/mbp-16-m3"
    },
    {
      "path": "/demo/products/aw-ultra-2",
      "page_type": "product_detail",
      "snapshot_url": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/demo/products/aw-ultra-2"
    },
    {
      "path": "/demo/products/ipad-pro-m4",
      "page_type": "product_detail",
      "snapshot_url": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/demo/products/ipad-pro-m4"
    }
  ],
  "endpoints": {
    "snapshot": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/{path}",
    "diff_param": "since",
    "mcp": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/mcp.json",
    "openapi": "https://github.com/DibbayajyotiRoy/AHTML/ahtml/openapi.json"
  },
  "formats": [
    {
      "media_type": "application/ahtml+text",
      "description": "Token-optimal compact text. Default for LLM agents."
    },
    {
      "media_type": "application/ahtml+json",
      "description": "Canonical JSON. Use for programmatic consumers and signature verification."
    },
    {
      "media_type": "application/ahtml-diff+json",
      "description": "Returned for ?since=<etag> requests; minimal change list."
    }
  ],
  "generated_at": "2026-06-17T17:15:41.802Z"
}