Status page
The live status page is at status.cloakapi.io. It surfaces:
- current health of every public surface (
api.,app.,chat.,mail.,errors.,security.,app/receipt-verifier), - SLO compliance for the rolling 7-day and 30-day windows,
- a rolling 90-day incident log,
- scheduled maintenance windows.
Subscribing
- Webhook: drop a Slack/Discord/Teams webhook URL on the status page and you’ll receive notifications for every state transition.
- RSS:
https://status.cloakapi.io/rss.xml - JSON:
https://status.cloakapi.io/api/summary— useful for embedding in your own observability dashboards.
Live SLOs
| Surface | SLO | Window |
|---|---|---|
api.cloakapi.io request success | 99.95% | rolling 30d |
api.cloakapi.io p99 latency | < 800ms | rolling 30d |
app.cloakapi.io page load | 99.9% | rolling 30d |
| Receipt signature freshness | < 100ms | rolling 30d |
Numbers below SLO trigger an automatic public incident on the status page.