{
  "openapi": "3.1.0",
  "info": {
    "title": "Crew Orbit Public AI Context",
    "version": "2026-08-17",
    "description": "Static public context endpoints for AI assistants. This is discovery metadata, not a transactional product API."
  },
  "servers": [
    {
      "url": "https://crew-orbit.com"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "operationId": "getCrewOrbitLlmsSummary",
        "summary": "Get concise Crew Orbit AI context.",
        "responses": {
          "200": {
            "description": "Plain text summary"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "operationId": "getCrewOrbitFullContext",
        "summary": "Get full Crew Orbit AI context and claim boundaries.",
        "responses": {
          "200": {
            "description": "Markdown context"
          }
        }
      }
    },
    "/grounding": {
      "get": {
        "operationId": "getCrewOrbitGroundingPage",
        "summary": "Get the English Crew Orbit grounding page.",
        "responses": {
          "200": {
            "description": "HTML grounding page"
          }
        }
      }
    },
    "/de/grounding": {
      "get": {
        "operationId": "getCrewOrbitGermanGroundingPage",
        "summary": "Get the German Crew Orbit grounding page.",
        "responses": {
          "200": {
            "description": "HTML grounding page"
          }
        }
      }
    }
  }
}
