Developer Docs

Status

Live availability of the API and realtime plane.

Live availability, probed from your browser against the API's real health endpoints — nothing here is hardcoded.

Overall

Checking…
SurfaceStatusWhat it checks
Public REST API /healthChecking…The API process is up and serving requests.
Data store /readyChecking…The API can reach PostgreSQL (its source of truth). A failing store degrades reads.

Re-checks every 30s. This page shows live API health. Every service (workers, the realtime gateway) exposes its own /health, /ready and /metrics endpoints, but nothing currently scrapes or aggregates them into a single dashboard — full multi-service uptime is checked per-service.