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

# Status

> Live system status, health endpoints, and incident response — landing API, terminal data, MCP, mirrors.

## Live status

```text theme={null}
https://simplefunctions.dev/status
```

The status page reports current state of:

* Landing API
* Terminal data API (`data.simplefunctions.dev`)
* Web terminal (`app.simplefunctions.dev`)
* MCP server
* Alert runtime
* Portfolio runner
* Mirrors (congress, fred)
* Webhook delivery

## Health endpoints

```bash theme={null}
curl https://simplefunctions.dev/api/health
curl https://data.simplefunctions.dev/healthz
curl https://data.simplefunctions.dev/readyz
```

`healthz` = liveness. `readyz` = readiness (DB + dependencies).

## Monitoring

The public status page is the canonical user-facing view for incidents, degraded services, and recovery notes. User-owned monitors such as thesis heartbeat, portfolio runner status, alert delivery status, and webhook delivery history are exposed through their own authenticated surfaces.

See [Heartbeat](/concepts/heartbeat) for per-thesis monitoring configuration.

## Incident response

Incidents post to the status page within 30 minutes of detection. Postmortems publish within 5 business days for any incident lasting > 1 hour.

## Subscribe

Subscribe at the status page for email + RSS notifications.
