{
  "service": "quote0-worker-api",
  "auth": "Use Authorization: Bearer <API_TOKEN> or X-API-Key for every route except / and /health.",
  "routes": [
    "GET /health",
    "GET /devices",
    "GET /status?deviceId=<optional>",
    "GET /tasks?type=loop&deviceId=<optional>",
    "POST /text",
    "POST /quote",
    "POST /image",
    "POST /next",
    "GET /charger/status",
    "POST /charger/push"
  ]
}