Endpoints

GET /health

Health check endpoint. Returns service status and version. No authentication required. Provider health is used internally for routing but is not exposed in this response.

Example Response
{
  "status": "ok",
  "version": "0.1.0",
  "timestamp": 1709000000000
}