Status Bee documentation
Guides for the Status Bee dashboard, the REST API reference, and the webhook contract. Everything the dashboard can do, the API can do too.
Getting startedSign up, add a monitor, publish a page. About ten minutes.Report an incidentThe four stages, impact levels, drafts and who gets notified.Authenticate with an API keyCreate a key, pick a scope, make your first call.Verify a webhook signatureHMAC-SHA256 over the raw body, in Node and Python.
Your first request
curl "https://api.statusbee.co/user/workspaces" \
-H "Authorization: Bearer sb_live_…"Keys are created in the dashboard under Settings, API keys. Create a free account if you do not have one yet.