GET /status returns 200 OK with { "status": "ok", "uptime": 123 }. Content-Type: application/json — always. Uptime counts in seconds since the service started. No timestamps, no confusion.
| Method | Path | Description |
|---|---|---|
| GET | /status | Service heartbeat — JSON with status and uptime in seconds |
| GET | /health | Simple health check — {"status":"ok"} |
| GET | /healthz | Platform probe — identical to /health |
| GET | /metrics | Prometheus text-format metrics (uptime, goroutines, heap) |
| GET | / | This documentation page |
Opens the live dashboard with the pulse-line visualisation.
Pretty-prints the JSON with 2-space indentation for readability.