{
  "openapi": "3.1.0",
  "info": {
    "title": "402 Information Utility public evidence catalog",
    "version": "2026-09-01"
  },
  "servers": [
    {
      "url": "https://ai-search-citation-atlas.pages.dev/agent-portal"
    }
  ],
  "paths": {
    "/catalog/index.json": {
      "get": {
        "summary": "Read the 200-product candidate catalog",
        "responses": {
          "200": {
            "description": "Catalog with evidence state, source, price hypothesis, cadence, TTL, bias, limitations, and confidence."
          }
        }
      }
    },
    "/payment-readiness.json": {
      "get": {
        "summary": "Read payment activation status",
        "responses": {
          "200": {
            "description": "Current blockers and safety state. This endpoint does not claim live payment adoption."
          }
        }
      }
    }
  }
}
