{
  "openapi": "3.1.0",
  "info": { "title": "Operator Zero Trust Preflight", "version": "2026-07-23", "description": "Static security analysis for agent-consumed text. Founding access is free; no payment is charged." },
  "servers": [{ "url": "https://greg-clear-documents.cbgregory.chatgpt.site" }],
  "paths": { "/api/security/preflight": {
    "get": { "summary": "Inspect service capabilities and current billing state", "responses": { "200": { "description": "Service metadata" } } },
    "post": { "summary": "Analyze agent-consumed text", "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "prompt": { "type": "string" }, "manifest": { "type": "string" }, "toolDescription": { "type": "string" } }, "minProperties": 1 } } } }, "responses": { "200": { "description": "Static security verdict with deterministic analysis ID, input SHA-256, findings, and billing disclosure" }, "400": { "description": "Invalid input" }, "413": { "description": "Input too large" } } }
  } }
}
