{
  "name": "tmdb-proxy-pages",
  "usage": [
    "Send API requests to /3/... or /tmdb/3/...",
    "Send image requests to /image/t/p/... or /tmdb-image/t/p/...",
    "If the request has no TMDB API auth, the worker will try TMDB_BEARER_TOKEN first.",
    "If no bearer token secret is configured, it falls back to TMDB_API_KEY.",
    "Image proxy requests do not require TMDB auth."
  ]
}