API Reference
RESTful API for integrating Atlas Command into your existing systems. Build custom tools, automate workflows, and extend what your TMS can do.
Planned API surface
Load management — create, update, and track loads programmatically from your own tools.
Driver operations — manage driver profiles, assignments, and status in sync with Atlas.
AI recommendations — hit the same ML-powered driver suggestion engine our UI uses.
Document processing — upload and OCR rate confirmations and PODs directly over the wire.
Webhooks — subscribe to real-time notifications for status changes and key events.
Reporting & analytics — pull operational data and KPI metrics into your own dashboards.
Example: create a new load (draft)
REST · JSON# Example: create a new load
curl -X POST https://api.atlascommand.com/v1/loads \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"pickup": "Chicago, IL",
"delivery": "Dallas, TX",
"rate": 2500,
"equipment": "DRY_VAN"
}'
Get API early access
Beta carriers will be first in line when the Atlas Command API launches. Join the beta to help shape the developer experience and priority endpoints.