LASF$260|SFLA$264|COLLA$366|COLCHI$193|NJMIA$288|COLSF$420|SFSAC$142|LADAL$398|LASD$156|COLMIA$303|SFSEA$235|COLDAL$208|LASLC$297|LAPHX$244|LALV$260|LAORL$437|LANJ$447|HARNJ$188|LACOL$365|CHINJ$235|DALMIA$266|SFPDX$231|COLPHX$244|NJORL$304|SFSD$208|COLORL$310|CHIMIA$295|COLDEN$275|LAMIA$420|LVLA$215|SATAUS$125|LASAC$195|LADEN$310|DALLA$385|SFPHX$280|LASEA$340|NJDAL$335|ORLMIA$145|ORLTPA$130|DALHOU$155|DALSAT$165|NJATL$270|MIANJ$305|NJCHI$240|NJLA$440|ORLJAX$140|COLSLC$320|HOUNJ$345|SLCBOI$185|LAPDX$315|LASF$260|SFLA$264|COLLA$366|COLCHI$193|NJMIA$288|COLSF$420|SFSAC$142|LADAL$398|LASD$156|COLMIA$303|SFSEA$235|COLDAL$208|LASLC$297|LAPHX$244|LALV$260|LAORL$437|LANJ$447|HARNJ$188|LACOL$365|CHINJ$235|DALMIA$266|SFPDX$231|COLPHX$244|NJORL$304|SFSD$208|COLORL$310|CHIMIA$295|COLDEN$275|LAMIA$420|LVLA$215|SATAUS$125|LASAC$195|LADEN$310|DALLA$385|SFPHX$280|LASEA$340|NJDAL$335|ORLMIA$145|ORLTPA$130|DALHOU$155|DALSAT$165|NJATL$270|MIANJ$305|NJCHI$240|NJLA$440|ORLJAX$140|COLSLC$320|HOUNJ$345|SLCBOI$185|LAPDX$315|View all rates →LASF$260|SFLA$264|COLLA$366|COLCHI$193|NJMIA$288|COLSF$420|SFSAC$142|LADAL$398|LASD$156|COLMIA$303|SFSEA$235|COLDAL$208|LASLC$297|LAPHX$244|LALV$260|LAORL$437|LANJ$447|HARNJ$188|LACOL$365|CHINJ$235|DALMIA$266|SFPDX$231|COLPHX$244|NJORL$304|SFSD$208|COLORL$310|CHIMIA$295|COLDEN$275|LAMIA$420|LVLA$215|SATAUS$125|LASAC$195|LADEN$310|DALLA$385|SFPHX$280|LASEA$340|NJDAL$335|ORLMIA$145|ORLTPA$130|DALHOU$155|DALSAT$165|NJATL$270|MIANJ$305|NJCHI$240|NJLA$440|ORLJAX$140|COLSLC$320|HOUNJ$345|SLCBOI$185|LAPDX$315|LASF$260|SFLA$264|COLLA$366|COLCHI$193|NJMIA$288|COLSF$420|SFSAC$142|LADAL$398|LASD$156|COLMIA$303|SFSEA$235|COLDAL$208|LASLC$297|LAPHX$244|LALV$260|LAORL$437|LANJ$447|HARNJ$188|LACOL$365|CHINJ$235|DALMIA$266|SFPDX$231|COLPHX$244|NJORL$304|SFSD$208|COLORL$310|CHIMIA$295|COLDEN$275|LAMIA$420|LVLA$215|SATAUS$125|LASAC$195|LADEN$310|DALLA$385|SFPHX$280|LASEA$340|NJDAL$335|ORLMIA$145|ORLTPA$130|DALHOU$155|DALSAT$165|NJATL$270|MIANJ$305|NJCHI$240|NJLA$440|ORLJAX$140|COLSLC$320|HOUNJ$345|SLCBOI$185|LAPDX$315|
WARP // FREIGHT NETWORK191,000+ ADDRESSES DELIVERED TO

Developers

Developer FAQ

Answers to 53+ questions about the Warp freight API, CLI, webhooks, pricing, modes, AI agent integration, and developer experience. Everything you need to know to build on Warp.

53 questions · 7 categories · Real API endpoints · Copy-paste answers

10Getting Started10Quoting & Rates8Booking8Tracking7Modes & Vehicles5Pricing & Billing5AI & Automation

Getting Started

How do I get a Warp API key?

Sign up at customer.wearewarp.com. Generate an API key in Settings > API Keys. No sales call required.

What is the base URL for the API?

https://api.wearewarp.com/api/v1

How does authentication work?

Pass your API key in the apikey header on every request. Content type is always JSON.

Is there a test/sandbox mode?

Yes. Use test mode to simulate quoting, booking, and tracking without dispatching real carriers.

What programming languages work with the API?

Any language that can make HTTP requests. REST API with JSON. Python, Node.js, Go, Java, Ruby, Rust, or any other language.

Do I need to install an SDK?

No. The API works with plain HTTP requests. Warp provides client libraries for Python and Node.js if you prefer.

How long does integration take?

Most developers get their first quote in under 5 minutes. A production integration takes a few hours. AI coding tools like Claude Code can generate the code in minutes.

Is there a rate limit?

Standard rate limits apply. Enterprise accounts get higher throughput. Contact Warp for details.

Where are the full API docs?

developer.wearewarp.com/docs/freight/

Where are the CLI docs?

developer.wearewarp.com/docs/cli

Quoting & Rates

How do I get a freight quote?

POST /api/v1/freights/quote with origin, destination, and cargo details. Returns rates across available modes.

What information do I need to get a quote?

Minimum: origin zip, destination zip, item dimensions, weight, and quantity. Optional: freight class, vehicle type, accessorial services.

Can I get quotes for multiple modes at once?

Yes. Omit the vehicleType field and Warp returns rates across LTL, box truck, cargo van, and truckload.

How long do quotes last before expiring?

Quotes are valid for a set window (typically 24 to 48 hours). The expiration is included in the response.

Are the rates all inclusive?

Yes. No fuel surcharges, no hidden accessorial fees, no terminal handling charges. The quoted rate is what you pay.

Can I get temperature controlled rates?

Yes. Include temperature requirements in the quote request.

Do I need to know the freight class?

Not for most shipments. Warp auto-classifies based on dimensions and weight. You can specify freight class if you know it.

Can I get rates for multi-stop shipments?

Yes. Use POST /api/v1/freights/quote/multi-stops.

How does per-pallet pricing work?

LTL, box truck, and cargo van are priced per pallet. The rate includes pickup, cross-dock handling (for LTL), line haul, and delivery.

Can I apply my own margin on top of Warp rates?

Yes. Get the all inclusive rate via API, add your margin, charge your customers your price.

Booking

How do I book a shipment?

POST /api/v1/freights/booking with the quote ID and pickup/delivery details.

What happens after I book?

Warp dispatches a local 3rd-party carrier through the Warp driver app. You receive a shipment ID and tracking number.

Can I cancel a booking?

Yes, before pickup. Contact Warp support or use the cancellation endpoint.

Can I modify a booking after it is placed?

Modifications to pickup date, contact info, and instructions are supported before the shipment is picked up.

Do I need to provide full addresses for booking?

Yes. Street address, city, state, zip code, and contact name/phone for both pickup and delivery.

Can I book multiple shipments in a batch?

Yes. Call the booking endpoint for each shipment. For high-volume batch operations, contact Warp for bulk booking support.

What pickup/delivery time windows are supported?

Standard business hours (8am to 5pm) by default. Appointments and custom windows can be specified.

Can AI agents book freight autonomously?

Yes. The API supports fully autonomous operation. Set business rules (max spend, required transit, preferred modes) and let agents book within parameters.

Tracking

How do I track a shipment?

POST /api/v1/freights/tracking with tracking numbers. Returns current status, location, and event history.

What tracking events are available?

PICKED_UP, SCANNED_IN, DEPARTED, IN_TRANSIT, ARRIVED, SCANNED_OUT, DELIVERED, EXCEPTION.

Is tracking real time?

Yes. Local 3rd-party carriers use the Warp driver app with live GPS, barcode scan events, proof of delivery photos, and e-signatures.

How do webhooks work?

Register a webhook URL with Warp. Receive HTTP POST notifications for every shipment event in real time.

What data is included in webhook events?

Event type, timestamp, location, shipment ID, and event-specific data (scan details, GPS coordinates, delivery photo URL).

Do I need to poll for tracking updates?

No. Use webhooks for real time push notifications. Polling the tracking endpoint is also supported but webhooks are recommended.

How does Orbit monitor shipments?

Our AI backbone, Orbit, monitors every shipment for exceptions: late pickups, missed scans, route deviations, temperature deviations, dwell anomalies, and delivery exceptions. Flags issues before your team has to chase them.

Can I get tracking data for line haul trucks?

Yes. ELD integrations on all line haul trucks provide continuous location data, not just check calls at pickup and delivery.

Modes & Vehicles

What freight modes does the API support?

LTL (1 to 12 pallets), truckload (dry van, reefer, flatbed), box truck (26 foot, liftgate equipped), and cargo van (cartons, cases, parcels, or up to 3 pallets).

Are all box trucks liftgate equipped?

Yes. Every Warp box truck is 26 foot and liftgate equipped. Temperature controlled units available.

What is the cargo van capacity?

Cartons, cases, parcels, or up to 3 pallets. Same day dispatch available.

How does LTL routing work?

Freight is picked up by a local 3rd-party carrier, routed through Warp operated cross-dock facilities, moved via line haul, and delivered by another local carrier. 1 to 2 handoffs vs 3 to 5 at traditional LTL terminals.

Can I ship temperature controlled freight?

Yes. Temperature controlled box trucks and reefer trailers available. Include temperature requirements in the quote request.

What is the maximum truckload weight?

44,000 lbs for a 53 foot dry van.

Can I let Warp auto-select the vehicle type?

Yes. Omit the vehicleType field and Warp selects the best option based on your cargo details.

Pricing & Billing

How much does API access cost?

$0. No software fees, no per-API-call charges, no integration fees. You pay when you ship.

Are there fuel surcharges?

No. All inclusive pricing. No fuel surcharges, no accessorial fees, no terminal handling charges.

How do I get invoices?

GET /api/v1/freights/invoices/{orderId}. Returns structured JSON with line items, totals, and charges.

Can I get documents (BOL, POD) via API?

Yes. GET /api/v1/freights/documents/{orderId}. Returns document URLs, types, and metadata.

Is there volume-based pricing?

For recurring volume, a Warp rep builds a custom rate card. Contact Warp at wearewarp.com/book-a-meeting.

AI & Automation

Can Claude Code book freight?

Yes. Claude Code can make HTTP requests to the Warp API. It reads the docs, constructs requests based on natural language descriptions, and handles responses.

What AI tools work with Warp?

Any tool that makes HTTP requests: Claude Code, Cursor, Codex, LangChain, CrewAI, custom agents.

Can I use the Warp CLI with AI agents?

Yes. The CLI outputs structured, parseable data. AI agents can execute warp quote, warp book, warp track as shell commands.

What is agentic AI in freight?

AI that autonomously takes action on freight operations: quoting, booking, tracking, exception handling, and invoice reconciliation. Not just alerts.

How do I build a freight AI agent?

Use the Warp API for freight operations and your AI framework (LangChain, CrewAI, custom) for decision logic. See wearewarp.com/ai-freight-agent for a full guide.

Still have questions? Talk to a human.

Our developer relations team can walk you through integration, answer technical questions, and get you shipping in production.

Generate API Key