{
  "info": {
    "description": "Read-only public gateway for Packrift Catalog Knowledge Graph coverage.",
    "title": "Packrift Catalog Knowledge Graph Gateway",
    "version": "2026.06.03"
  },
  "openapi": "3.1.0",
  "paths": {
    "/agent-manifest.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Agent Manifest JSON"
          }
        },
        "summary": "Fetch Agent Manifest"
      }
    },
    "/data/sample-catalog-graph-nodes.jsonl": {
      "get": {
        "responses": {
          "200": {
            "description": "Sample graph-node JSONL"
          }
        },
        "summary": "Fetch sample graph node rows"
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Gateway stats JSON"
          }
        },
        "summary": "Fetch gateway coverage stats"
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-catalog-knowledge-graph-gateway.vercel.app"
    }
  ]
}
