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

# Status

> Live operational status and uptime for the Alakazam programmable worlds API.

<Card title="Live status page" icon="activity" href="https://status.alakazam.gg">
  **status.alakazam.gg** shows the real-time operational state and uptime history
  of every surface, with incident updates and maintenance windows.
</Card>

The programmable worlds API is monitored end-to-end with OpenTelemetry, streamed to
Grafana Cloud and Better Stack. Each surface below is health-checked continuously,
and its live state is published on [status.alakazam.gg](https://status.alakazam.gg).

## Surfaces

| Surface                    | What it covers                                                   |
| -------------------------- | ---------------------------------------------------------------- |
| **World Creation API**     | `POST /v1/worlds`, `POST /v1/characters`                         |
| **World Read & Edit**      | `GET /v1/worlds/{id}`, `/edit`, `/fork`, versions                |
| **Vision & Grounding**     | `/v1/seed-frame`, `/probe`, `/perceive`, `/ground/*`             |
| **Session Mint & Runtime** | `POST /v1/sessions/token`, `/connect`, `/refresh`, live GPU play |
| **Embed SDK & CDN**        | `@alakazamworld/embed`, `embed.alakazam.gg`                      |
| **Webhooks**               | `world.generation.*` delivery                                    |
| **Developer Dashboard**    | `play.alakazam.gg/?view=developer`                               |
| **Documentation**          | `docs.alakazam.gg`                                               |

## Checking programmatically

`GET https://api.alakazam.gg/health` returns a lightweight liveness signal:

```json theme={null}
{ "ok": true, "supabase": true }
```

<Card title="Live health signal" icon="activity" href="https://api.alakazam.gg/health">
  The `/health` endpoint returns a lightweight liveness signal for the API and its
  Supabase backend. See the [changelog](/changelog) for recent operational changes.
</Card>
