API endpoint
Expected route: /api/health
Platform status
This page is wired for the shared health contract and will surface real checks once the stack is running through Docker.
Expected route: /api/health
http://api:4000/api
Connected{
"checks": {
"database": {
"status": "up"
},
"redis": {
"status": "up"
}
},
"service": "api",
"status": "ok",
"timestamp": "2026-07-07T20:05:22.913Z"
}