{
  "openapi": "3.0.0",
  "info": {
    "title": "MEOK AI Labs \u2014 The Trust Layer for the AI Economy | meok.ai",
    "version": "1.0.0",
    "description": "MEOK AI Labs (CSOAI Ltd, UK 16939677). 32-server MCP compliance fleet for EU AI Act, DORA, NIS2, CRA, CSRD, ISO 42001. Ed25519-signed attestations. 49 days to 2 Aug 2026. The .ai brand that absorbs every hive.",
    "contact": {
      "url": "https://meok.ai"
    }
  },
  "servers": [
    {
      "url": "https://meok.ai"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "Landing page",
        "responses": {
          "200": {
            "description": "HTML landing page"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "LLM discovery file",
        "responses": {
          "200": {
            "description": "text/plain LLM context"
          }
        }
      }
    },
    "/robots.txt": {
      "get": {
        "summary": "Robots discovery file",
        "responses": {
          "200": {
            "description": "text/plain robots rules"
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap",
        "responses": {
          "200": {
            "description": "application/xml sitemap"
          }
        }
      }
    }
  }
}