{
  "openapi": "3.0.3",
  "info": {
    "title": "Ai Houston Production — public reference endpoints",
    "description": "Read-only references for AI systems. This is not a transactional API; it documents stable URLs where brand facts are published.",
    "version": "1.0.0",
    "contact": {
      "name": "Ai Houston Production",
      "email": "ihor@ai-htx.com",
      "url": "https://www.ai-htx.com/contact.html"
    }
  },
  "servers": [
    {
      "url": "https://www.ai-htx.com",
      "description": "Production"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Compact LLM manifest (plain text)",
        "responses": {
          "200": {
            "description": "Returns llms.txt (text/plain)."
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Extended LLM / assistant policy (plain text)",
        "responses": {
          "200": {
            "description": "Returns llms-full.txt (text/plain)."
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "XML sitemap of public pages",
        "responses": {
          "200": {
            "description": "Returns sitemap.xml (application/xml)."
          }
        }
      }
    }
  }
}
