{
  "openapi": "3.1.0",
  "info": {
    "title": "AZAI hosted runtime",
    "version": "0.1.0",
    "summary": "Protocol mirror + Lamb check. Not a provider proxy. Jeeves is not sovereign.",
    "description": "AZAI is a local OpenAI-compatible runtime, not a new foundation model, not a kernel, not a worm, not IP-blocking malware, not a VPN. Jeeves is not sovereign. Lamb Lens (peace, clarity, service) gates every turn. Hub is a blank key: it does not interpret meaning. Hosted /v1 is a protocol mirror + Lamb check + models list, NOT a proxy that spends the author's paid keys. Constitutional gate, not a proof of ethics."
  },
  "servers": [
    {
      "url": "https://azai-download-tracker.vibelock.workers.dev"
    }
  ],
  "paths": {
    "/v1/health": {
      "get": {
        "operationId": "azai_health",
        "summary": "Liveness. Does not increment download KV. Not a provider proxy.",
        "responses": {
          "200": {
            "description": "ok"
          }
        }
      }
    },
    "/v1/models": {
      "get": {
        "operationId": "azai_models",
        "summary": "Protocol mirror of blend, gpt, grok, venice, local. Live blend is local azai serve.",
        "responses": {
          "200": {
            "description": "models"
          }
        }
      }
    },
    "/v1/lamb-check": {
      "post": {
        "operationId": "azai_lamb_check",
        "summary": "Run Lamb Lens (peace/clarity/service) on {text}. No provider call.",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "text": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "lamb"
          }
        }
      }
    },
    "/v1/lamb_check": {
      "post": {
        "operationId": "azai_lamb_check_alias",
        "summary": "Alias of /v1/lamb-check for MCP azai_lamb_check.",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "lamb"
          }
        }
      }
    }
  }
}