The Fleets API is the operational API for MK.IO Beam devices. Use it to register devices into a project, protect their configuration with backups, manage software versions, and collect support packages when you need diagnostics.
API overview
Section titled “API overview”| Detail | Value |
|---|---|
| Base path | /api/v1/projects/{project_name}/fleet/ |
| Scope | Project |
| Reference | Fleets API reference |
How the main resources connect
Section titled “How the main resources connect”The Fleets API revolves around a few resource types:
- A device represents the Beam device record in MK.IO.
- A backup is a configuration snapshot you can restore later.
- Software settings on the device control desired and preloaded versions.
- A support package is a diagnostic bundle generated on the device and uploaded to storage.
That means a typical operational flow is: register the device, take backups before risky changes, control software state through device patch operations, and collect support packages when something goes wrong.