Cloud
Fleet API preview
Updated Sep 26, 2026
Preview. The MANUSH Cloud Fleet API is being rolled out to enterprise customers. The shapes below are stable previews; the Sandbox API already mirrors them so you can build today.
MANUSH Cloud connects MANUSH robots with operations teams and enterprise systems — live robot status, location, battery, health, task progress, incidents, maintenance, performance, utilization and software updates for fleets of 10, 100 or 10,000 robots.
Endpoints
| Endpoint | Scope | Purpose |
|---|---|---|
GET /api/v1/robots | fleet:read | Robots in your organization with status, location and battery |
GET /api/v1/fleet | fleet:read | Fleet summary: utilization, incidents, health, software versions |
GET /api/v1/device | fleet:read | Device registry: identity, model, serial, firmware, certificates |
GET /api/v1/telemetry | fleet:read | Recent telemetry per robot (battery, pose, health, SafeCore events) |
Security model
- Every robot has a cryptographically secured identity and receives authenticated OTA software updates.
- Keys with
fleet:readare read-only; robot commands are issued through MANUSH Cloud with operator authorization. - Sensitive information is processed on the robot whenever possible (edge-first); essential operations continue offline.
From sandbox to fleet
Build against /api/v1/sandbox/robots… with a sandbox key. The robot, telemetry and SafeCore fields use the same names as the Fleet API, so moving to live robots is a matter of switching endpoints and keys once your organization has MANUSH Cloud access. Talk to MANUSH to join the preview.