{
  "service": "cloudflare-bid-listener",
  "behavior": "Authenticates, redacts, and durably logs requests; successful writes return 204.",
  "routes": {
    "popJson": [
      "GET /?token=...",
      "GET /pop?token=..."
    ],
    "popOpenRtb": [
      "POST /?token=...",
      "POST /ortb?token=...",
      "POST /pop/ortb?token=..."
    ],
    "cpcXml": [
      "GET /search?feed=...&auth=...",
      "GET /cpc?feed=...&auth=..."
    ],
    "generic": "POST /bids with Authorization: Bearer <VIEWER_KEY>",
    "admin": [
      "GET /admin/requests",
      "GET /admin/requests/:id",
      "GET /admin/stats"
    ]
  }
}