{
  "openapi": "3.1.0",
  "info": {
    "title": "AZBot",
    "version": "0.2.0",
    "description": "AZBot is a skill, not a foundation model, not a kernel, not a VPN, and not a paid-key proxy. Jeeves is not sovereign. Call aziel-runtime."
  },
  "paths": {
    "/v1/health": {
      "get": {
        "operationId": "azbot_health",
        "summary": "Liveness. Does not increment download KV."
      }
    },
    "/v1/skill": {
      "get": {
        "operationId": "azbot_skill",
        "summary": "Return AZBot skill markdown. Does not increment download KV."
      }
    }
  },
  "servers": [
    {
      "url": "https://azbot-download-tracker.vibelock.workers.dev"
    }
  ]
}