Skip to main content

Live indicator

The status dot in the top-right of getbeta.io reflects BETA’s current operational status — green when up, amber when degraded.

Programmatic health endpoint

A public health endpoint (GET /api/v1/health) is on the Roadmap. For now, the simplest health probe is a low-cost call against an endpoint you’d actually use:
curl -X POST https://api.getbeta.io/api/v1/validate \
  -H "Authorization: Bearer $BETA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"company": "Anthropic"}'
HTTP 200 with verified: true confirms end-to-end health.

Incidents

We don’t yet publish a formal incident log. During developer preview, incidents are communicated by email to active customers.

SLA

The Enterprise tier includes a 99.9% uptime SLA. Other tiers operate on best-effort during developer preview.