API: Health & Status

Health check

GET /health

No authentication required.

Response

{"status": "ok"}

Returns 200 OK when the server is running and ready to accept connections.

Use this for:

  • Load balancer health checks
  • Monitoring / uptime checks
  • Deployment readiness probes