API Reference
Health check
Liveness probe. Public — no token required.
GET
/publicReturns a small JSON object confirming the service is online. Used by the CLI and Docker healthchecks.
Responses
200Service is online
json
{
"status": "online"
}