Status & Health API
Public endpoints to check infrastructure status and platform availability.
Ping Health Check
curl -s https://jengastack.app/api/v1/health/
Response
{
"status": "healthy",
"timestamp": "2026-08-20T12:00:00Z",
"fleet": {
"control_plane": "ok",
"worker_nodes": "ok",
"database": "ok"
}
}