{
  "service": "httpbin + requestbin on zeropg",
  "echo": [
    "/get",
    "/post",
    "/headers",
    "/ip",
    "/user-agent",
    "/json",
    "/uuid",
    "/anything",
    "/status/:code",
    "/delay/:n"
  ],
  "requestbin": {
    "capture": "ANY /b/:binId  (any method/path under /b/:binId captures)",
    "list": "GET /api/bins/:binId/requests",
    "inspect": "GET /api/bins/:binId/requests/:id",
    "configure": "POST /api/bins/:binId/config  {\"forward_url\": \"https://...\"}",
    "new_bin_id": "GET /api/bins/new"
  },
  "scale_to_zero": true
}