Freight observability
Monitor Freight Like You Monitor Production
In software, you do not wait for customers to report outages. You have monitors, alerts, and dashboards. Freight should work the same way. Warp gives you real time events, metrics, and alerts on every shipment. Our AI backbone, Orbit, watches everything and flags exceptions before your team has to chase them.
Real time GPS · Scan events · Exception alerts · Webhooks · 12+ granular statuses
Freight visibility is stuck in 2005
Most freight visibility today means logging into a carrier portal and seeing two statuses: picked up and delivered. If something goes wrong between those two events, you find out when the receiver calls asking where their freight is. Your team spends hours on check calls, chasing carriers, and updating spreadsheets. This is the equivalent of monitoring a production system by waiting for user complaints. A proper freight control tower changes this entirely.
Software engineering solved this problem years ago. Teams use Datadog, New Relic, and PagerDuty to monitor systems in real time, detect anomalies automatically, and alert on exceptions before users notice. Freight needs the same approach. Not a tracking page. An observability stack.
The Warp observability stack
Warp driver app
Every carrier on one platform.
All local 3rd party carriers use the Warp driver app for pickup and delivery. The app provides live GPS tracking, scan in and scan out events with barcode and pallet ID, proof of delivery photos, electronic signature capture, route guidance, and scan prompts. This is the telemetry layer.
Our AI backbone, Orbit
Automated exception detection.
Orbit monitors every load in real time. It flags late pickups, late departures, missed scans, route deviations, dwell anomalies, temperature deviations, speed anomalies, unplanned stops, and hours of service issues. Orbit flags problems before your team has to chase them.
ELD integrations
Continuous line haul visibility.
Every line haul truck has ELD integrations that provide continuous location data, hours of service status, and route compliance. Not just check calls at pickup and delivery. Continuous visibility throughout the entire transit.
Webhooks
Real time event notifications.
Register webhook URLs in your Warp dashboard and receive events pushed directly to your TMS, Slack, PagerDuty, or any system that accepts HTTP. Every status change, GPS update, scan event, and exception alert. No polling required.
Orbit is to freight what Datadog is to infrastructure
Datadog does not just show you server metrics. It watches everything, correlates anomalies across systems, and alerts your team before users notice downtime. Our AI backbone, Orbit, does the same thing for freight. It watches every load across 20,000+ carriers, correlates events across pickups, cross docks, line haul, and deliveries, and surfaces exceptions automatically.
The result: your operations team stops spending time on check calls and status updates. They spend time on the exceptions that actually need human attention. Orbit handles the monitoring. Your team handles the decisions.
The three pillars of freight observability
Software observability has three pillars: logs, metrics, and traces. Freight observability has its own three pillars, built on the same principles.
Pillar 1
Events
Every discrete action on a shipment is captured as an event with a timestamp and GPS coordinates. Scan in, scan out, departure, arrival, cross dock intake, cross dock outbound, delivery attempt, proof of delivery. These are your freight logs.
bookedarrivedAtPickuppickupSuccessfulinRouteToWarehousearrivedAtWarehousedepartedFromWarehousearrivedAtDeliverydeliveredPillar 2
Metrics
Aggregated performance data across your shipments. On time pickup rate. On time delivery rate. Damage rate. Average dwell time at cross docks. Transit time by lane. These metrics tell you how your freight program is performing over time, not just on a single load.
on time ratedamage ratedwell timetransit timecost per palletexception ratePillar 3
Alerts
Exception notifications that arrive before your team has to chase them. Late pickup alerts. Missed scan alerts. Route deviation alerts. Temperature excursion alerts. Dwell time alerts. Delivery exception alerts. Each alert includes the shipment ID, the exception type, the timestamp, and recommended next steps.
late pickupmissed scanroute deviationtemp excursiondwell anomalydelivery exception12+ granular shipment statuses
Every Warp shipment moves through 12+ statuses, each with timestamps and GPS coordinates. Your system receives each status change via API polling or webhook push. This is not a tracking page. It is a structured event stream.
bookedShipment confirmedarrivedAtPickupDriver at originpickupSuccessfulFreight scanned ininRouteToWarehouseEn route to cross dockarrivedAtWarehouseAt cross dock facilitydepartedFromWarehouseLeft cross dockinRouteToDeliveryEn route to destinationarrivedAtDeliveryDriver at destinationdeliveredPOD capturedexceptionIssue flagged by OrbithotSwappedCarrier reassignedcancelledShipment cancelledWebhook event example
When a shipment status changes, Warp pushes a structured JSON event to your registered webhook URL. Here is what a pickup event looks like.
POST (your webhook URL)
{
"event": "shipment.status_changed",
"shipmentId": "shp_01HGA2K9MNPQ4RV8XW3YZ5TJ6",
"trackingNumber": "WARP1234567890",
"status": "pickupSuccessful",
"previousStatus": "arrivedAtPickup",
"timestamp": "2026-04-03T10:15:00Z",
"location": {
"lat": 34.0522,
"lng": -118.2437,
"city": "Los Angeles",
"state": "CA"
},
"metadata": {
"scanCount": 4,
"palletIds": ["PLT-001", "PLT-002", "PLT-003", "PLT-004"],
"driverName": "Dispatched carrier",
"vehicleType": "STRAIGHT_TRUCK_26"
}
}Traditional visibility vs. freight observability
Traditional carrier visibility
- -Two statuses: picked up and delivered
- -Check calls: manual phone calls to drivers
- -Status updates: hours or days late
- -Exception detection: when the receiver complains
- -Data format: unstructured, inconsistent across carriers
- -Integration: EDI batches, once or twice daily
Warp freight observability
- -12+ granular statuses with GPS and timestamps
- -Live GPS: continuous tracking via driver app and ELD
- -Status updates: real time webhooks, sub second delivery
- -Exception detection: automated by our AI backbone, Orbit
- -Data format: structured JSON, consistent across all carriers
- -Integration: REST API, webhooks, real time event stream
Built for operations teams and for code
Freight observability works at both the human and system level. Your operations team gets a dashboard with real time shipment status, exception alerts, and performance metrics. Your engineering team gets a REST API, webhooks, and structured JSON events that pipe directly into your systems. Same data, two interfaces.
For teams running automated supply chains, freight observability means your code can react to shipment events in real time. A webhook fires when freight is scanned into a cross dock. Your WMS updates inventory. Another webhook fires when the delivery is complete. Your order management system closes the order. No humans in the loop. No check calls. No spreadsheets. Read more about what is freight observability to understand the full concept.
Frequently asked questions
What is freight observability?
Freight observability is the practice of monitoring shipments with the same rigor that software teams monitor production systems. Instead of waiting for customers to report problems, you have real time events, metrics, and alerts that surface exceptions before your team has to chase them.
How does Warp track shipments in real time?
Every local 3rd party carrier uses the Warp driver app, which provides live GPS tracking, scan events at every handoff, proof of delivery photos, and e signatures. Line haul trucks have ELD integrations for continuous location data. Our AI backbone, Orbit, monitors every load for exceptions.
What exceptions does Orbit detect?
Orbit flags late pickups, late departures, missed scans, route deviations, dwell anomalies, temperature deviations, speed anomalies, unplanned stops, hours of service issues, and delivery exceptions. Orbit flags problems before your team has to chase them.
Can I receive alerts in my own systems?
Yes. Warp sends real time webhook notifications for every shipment event. You can pipe these into your TMS, Slack, PagerDuty, or any system that accepts HTTP webhooks. Events include scan in, scan out, departure, arrival, and exceptions.
How is this different from carrier tracking?
Traditional carrier tracking gives you two data points: picked up and delivered. Warp gives you 12+ granular statuses with GPS coordinates and timestamps. Our AI backbone, Orbit, adds exception detection and alerting. It is the difference between checking a tracking page and having a monitoring system.
Stop chasing shipments. Start monitoring them.
Real time events, metrics, and alerts on every shipment. Our AI backbone, Orbit, watches everything. Your team handles the decisions.
12+ statuses · Real time webhooks · Exception alerts · Powered by Orbit