{
  "banner": "NOT an anonymity network. No IP hiding. Logical ABAD receipts only. Not a VPN, proxy, or Tor hop.",
  "motto": "GodLock does not argue. It records, analyzes, hardens, and grows.",
  "anonymity_network": false,
  "ip_hiding": false,
  "proxy": false,
  "vpn": false,
  "tor": false,
  "product": "godlock",
  "title": "Use with Grok, ChatGPT, Venice",
  "openapi": "https://godlock-download-tracker.vibelock.workers.dev/openapi.json",
  "health": "https://godlock-download-tracker.vibelock.workers.dev/v1/health",
  "chatgpt_actions": [
    "Open GPT Editor → Actions → Import from URL",
    "Paste https://godlock-download-tracker.vibelock.workers.dev/openapi.json",
    "Authentication: None",
    "Allow GET /v1/health and the listed POST /v1 routes",
    "Test GET /v1/health, then a sample POST from the spec"
  ],
  "grok_xai_tools": [
    "Add an HTTP / OpenAPI tool pointing at https://godlock-download-tracker.vibelock.workers.dev/openapi.json",
    "Or register GET /v1/health, GET /openapi.json, and the product POSTs",
    "No API key. CORS is *"
  ],
  "venice_http_tools": [
    "Add an HTTP tool with method, URL, and JSON body from https://godlock-download-tracker.vibelock.workers.dev/openapi.json",
    "Start with GET https://godlock-download-tracker.vibelock.workers.dev/v1/health",
    "Then call the product POST listed in the spec"
  ],
  "mcp_catalog": "https://aziel-runtime.vibelock.workers.dev/mcp",
  "notes": [
    "GET /download still serves the gzip tarball and increments the counter.",
    "/v1, /openapi.json, and /ai do not increment DOWNLOADS."
  ]
}