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

  1. Open Devices.
  2. Under API keys, click + Create key.
  3. Give it a short label (for example “Warehouse TMS”).
  4. Copy the full key immediately — we only show it once.
  5. 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

  1. Find the key under Devices → API keys.
  2. Click Revoke.
  3. 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.

Related