Service status
Live probes from your browser to the production Worker. No third-party status vendor; the data below comes straight from /health, /ready, /api/v1/connect/ready (Stripe Connect wiring), /api/v1/public-config, /api/v1/auth/providers, and a signed-out probe of /api/v1/tenant/onboarding/preflight (expects 401).
Recent product updates
- Auth credits are enforced at new session creation; see usage under Dashboard → Trust & billing when signed in.
- Stripe self-serve Starter ($9), Pro ($29), and Business ($99) match published pricing; the Stripe billing row below reflects Worker + webhook readiness.
- Lead program — embed visitor consent (Turnstile-gated) plus dashboard setup; signed-in vault includes Copy triage summary on evidence payloads; printable counsel review summary (DOM snapshot evidence, not screen video).
Live board
Worker process (
/health)
checking…
Dependencies (
/ready)
checking…
Stripe Connect (
/api/v1/connect/ready)
checking…
Turnstile (site key + secret)
checking…
OAuth providers
checking…
Stripe billing
checking…
Superadmin allowlist
checking…
Onboarding preflight API
checking…
Embed (
widget.js)
checking…
Raw probes
GET /health— process upGET /ready— dependencies reachableGET /api/v1/connect/ready— Stripe Connect deploy probe (D1 +stripe_connect_accountstable, platform secret flags; no auth)GET /api/v1/public-config— Worker readiness JSON (use fetch from DevTools, not top-level navigation)GET /api/v1/auth/providers— configured OAuth providersGET /api/v1/tenant/onboarding/preflight— dashboard wizard readiness (expect 401 without cookies; signed-in returns JSON)GET /widget.js— embed bundle (no-store)
Operator automation
Production checks are automated in the operator pipeline; ask your CapchaCloud contact for the current smoke checklist if you are validating a deployment.