Fleet dashboard
API keys for planning
Create and revoke Fleet-API-Key values for your warehouse or TMS.
API keys let your own systems create runs, add stops, and sort them — without opening the Fleet dashboard. Each key belongs to your fleet only.
Create a key
- Open Devices.
- Under API keys, click + Create key.
- Give it a short label (for example “Warehouse TMS”).
- Copy the full key immediately — we only show it once.
- Store it in your password manager or secrets vault.
Use the header Fleet-API-Key: ss_… on planning API calls. Full examples: see the Public API guide on the server docs (docs/PUBLIC_API.md).
Revoke a key
- Find the key under Devices → API keys.
- Click Revoke.
- Update any system that used that key.
Revoked keys stop working right away. Create a new key before you revoke the old one if you need zero downtime.
Safety
- Never put a key in a public repo, driver phone, or shared chat.
- Prefer one key per integration so you can revoke one without breaking others.
- Device activate for phones still uses access requests in the app — do not paste demo keys into the portal.