Operations Workspace

Keep teams, routes and customer updates in one place.

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.

24/7Edge availability for route checks, monitoring hooks and operational metadata.
v1Stable public JSON interface for external uptime checks and environment discovery.
TLSHTTPS enabled on the primary endpoint with automatic certificate renewal.

Typical Use Cases

Teams use Managr to synchronize dispatcher actions, expose small service APIs and provide a stable public endpoint for lightweight integrations.

  • Dispatch board sync between internal tools
  • Job lifecycle notifications for partner systems
  • Route availability probes for external monitors

Public Interface

The public surface is intentionally narrow. It exposes environment state, version metadata and service health without disclosing internal routes.

  • Read-only diagnostics for uptime platforms
  • Version pinning for deployment checks
  • Fast JSON responses for scripted validation
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.