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

# Health

> Root and /health endpoints

## Root

Endpoint: `GET /`

```bash theme={null}
curl "$BASE/"
```

Example:

```json theme={null}
{ "message": "K7 Sandbox API", "version": "x.y.z" }
```

## Health

Endpoint: `GET /health`

```bash theme={null}
curl "$BASE/health"
```

Example:

```json theme={null}
{ "status": "healthy" }
```
