{
  "openapi": "3.1.0",
  "info": {
    "title": "Packrift Packaging Index Agent Gateway",
    "version": "1.0.0",
    "description": "Read-only public gateway for Packrift's existing Packaging Index corpus. Packrift.com remains the source of truth for pricing, inventory, checkout, delivery, and customer-specific workflows."
  },
  "servers": [
    {
      "url": "https://packrift-packaging-index-agent-gateway.vercel.app"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "Gateway homepage",
        "responses": {
          "200": {
            "description": "HTML overview of the Packrift Packaging Index Agent Gateway."
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "Compact AI-readable map",
        "responses": {
          "200": {
            "description": "Plain-text AI-readable map."
          }
        }
      }
    },
    "/data/stats.json": {
      "get": {
        "summary": "Gateway stats",
        "responses": {
          "200": {
            "description": "Public source-corpus counts and boundaries."
          }
        }
      }
    },
    "/data/sample-pages.json": {
      "get": {
        "summary": "Sample source pages",
        "responses": {
          "200": {
            "description": "Representative source Packaging Index URLs."
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Gateway sitemap",
        "responses": {
          "200": {
            "description": "XML sitemap for gateway URLs."
          }
        }
      }
    }
  }
}
