Installation

Status-aware checklist for a first deploy or a health check after config changes.

7 of 8 steps pass — deployment ready
  1. 1. ✅ Worker deployed and running
    This page loaded, so the worker is live.
  2. 2. ✅ ADMIN_TOKEN set
    Configured.
  3. 3. ✅ GOOGLE_WEBRISK_API_KEY resolves
    Secrets Store binding resolves to a non-empty value.
  4. 4. ✅ KV bindings present
    WEBRISK_GW_CACHE_KV and WEBRISK_GW_QUOTA_KV both bound.
  5. 5. ✅ At least one caller token issued
    At least one bearer token exists.
  6. 6. ✅ Fleet-wide kill switch bound (optional)
    PROVIDER_CONTROL bound — this worker respects the shared CONTROL-001 spend switch.
  7. 7. ✅ ARC service binding reachable (commercialisation)
    AccountRevenue Core responded — entitlement checks and usage reporting are live.
  8. 8. ⚠️ Spend visibility (optional)
    Not set — /admin/spend will return 503. Optional; doesn't affect the gateway's core function.
    wrangler secret put MONITORING_API_TOKEN

A static, pre-deploy version of this same checklist lives in docs/RUNBOOK.md (§ Pre-deploy checklist) for someone who hasn't deployed yet and can't load this page.