{
  "openapi": "3.1.0",
  "info": {
    "title": "Cognivirus.com Public Read-Only Routes",
    "version": "1.10.0",
    "description": "Read-only public discovery routes. No authentication, mutation, credential validation, or tool execution is supported."
  },
  "servers": [
    {
      "url": "https://cognivirus.com"
    }
  ],
  "paths": {
    "/sitemap.xml": {
      "get": {
        "summary": "Fetch sitemap",
        "responses": {
          "200": {
            "description": "Sitemap XML"
          }
        }
      }
    },
    "/ai-manifest.json": {
      "get": {
        "summary": "Fetch public AI manifest",
        "responses": {
          "200": {
            "description": "JSON manifest"
          }
        }
      }
    },
    "/ai-ready-manifest.json": {
      "get": {
        "summary": "Fetch public readiness manifest",
        "responses": {
          "200": {
            "description": "JSON manifest"
          }
        }
      }
    },
    "/.well-known/ai-ready.json": {
      "get": {
        "summary": "Fetch well-known readiness manifest",
        "responses": {
          "200": {
            "description": "JSON manifest"
          }
        }
      }
    },
    "/ai-ready-route-inventory.json": {
      "get": {
        "summary": "Fetch route inventory",
        "responses": {
          "200": {
            "description": "JSON route inventory"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "Fetch compact reading map",
        "responses": {
          "200": {
            "description": "Text reading map"
          }
        }
      }
    },
    "/contact": {
      "get": {
        "summary": "Fetch contact page",
        "responses": {
          "200": {
            "description": "HTML contact page"
          }
        }
      }
    }
  }
}