GET /api/status
Current node status, region and HTTPS capability flags.
Managr is a lightweight operations layer for field teams and service coordinators. Track active jobs, dispatch updates, monitor route health and expose a stable edge API for internal tooling.
Teams use Managr to synchronize dispatcher actions, expose small service APIs and provide a stable public endpoint for lightweight integrations.
The public surface is intentionally narrow. It exposes environment state, version metadata and service health without disclosing internal routes.
GET /api/status
Current node status, region and HTTPS capability flags.
GET /api/version
Release marker for health dashboards and deploy verification.
GET /healthz
Simple liveness endpoint for balancers, probes and monitors.