> ## Documentation Index
> Fetch the complete documentation index at: https://developers.getbeta.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Status

> API uptime and incident communication.

## Live indicator

The status dot in the top-right of [getbeta.io](https://getbeta.io) reflects BETA's current operational status — green when up, amber when degraded.

## Programmatic health endpoint

<Note>
  A public health endpoint (`GET /api/v1/health`) is on the [Roadmap](/roadmap). For now, the simplest health probe is a low-cost call against an endpoint you'd actually use:

  ```bash theme={null}
  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.
</Note>

## 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.
