{
  "info": {
    "title": "Packrift Technical SEO Discovery Gateway",
    "version": "2026-06-03"
  },
  "openapi": "3.1.0",
  "paths": {
    "/data/sample-technical-seo-discovery.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "JSONL rows"
          }
        },
        "summary": "Read bounded source rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Read compact technical SEO discovery stats"
      }
    },
    "/robots-summary/": {
      "get": {
        "responses": {
          "200": {
            "description": "HTML summary"
          }
        },
        "summary": "Read public robots category summary"
      }
    },
    "/sitemap-summary/": {
      "get": {
        "responses": {
          "200": {
            "description": "HTML summary"
          }
        },
        "summary": "Read public sitemap index summary"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-technical-seo-discovery-gateway.vercel.app"
    }
  ]
}
