Developers
Freight infrastructure for developers
Warp gives you a REST API, CLI, and SDKs to quote, book, and track freight programmatically. 20,000+ carriers. 50+ cross-dock facilities. All inclusive pricing. No phone calls. No portals. Just code.
REST API · CLI · Webhooks · Structured JSON · Works with Claude Code, Cursor, Codex
Guides and references
Start here
Programmable Freight
The thesis. Why freight should work like Stripe. Quote, book, and track with a few lines of code.
API reference
Freight API Reference
10 endpoints for quoting, booking, tracking, invoices, and documents. Full request and response schemas.
Quickstart
Freight API Tutorial
Ship your first load in 5 minutes. Step by step from API key to delivery with curl, Python, and Node.js examples.
Claude Code
Ship Freight with Claude Code
Describe a shipment in natural language. Claude Code calls the Warp API and books it. No portal. No phone call.
AI agents
AI Freight Agent
Build AI agents that autonomously quote, compare, book, track, and manage freight. Designed for LangChain, CrewAI, and custom agents.
Vibe coding
Vibe Coding Freight
The vibe coding revolution meets logistics. Describe shipments in natural language from Cursor, Claude Code, or any AI tool.
Tutorial
Build a Shipping App in 10 Minutes
Tutorial: add a complete freight shipping feature to your app. Quote, book, track, and receive webhooks.
CLI
Warp CLI for AI Agents
Ship freight from your terminal. The CLI turns freight operations into shell commands. Built for developers and AI agents.
Get started in 30 seconds
Get a freight quote with one API call. No SDK required.
curl
curl -X POST https://api.wearewarp.com/api/v1/freights/quote \
-H "Content-Type: application/json" \
-H "apikey: YOUR_API_KEY" \
-d '{
"pickupDate": ["2026-04-07"],
"pickupInfo": { "zipCode": "90001" },
"deliveryInfo": { "zipCode": "85001" },
"listItems": [{
"name": "Pallet",
"length": 48, "width": 40, "height": 48,
"sizeUnit": "in",
"totalWeight": 800, "weightUnit": "lb",
"quantity": 2, "packaging": "pallet"
}]
}'Or use the CLI.
terminal
$ warp quote --origin 90001 --dest 85001 --pallets 2 --weight 800 Mode Rate Transit Quote ID LTL $485.00 2 days qt_01HG9W6CMA...
Or let Claude Code do it for you.
Claude Code
You: Ship 2 pallets from LA to Phoenix. Cheapest option. Claude Code: Calling Warp API... LTL: $485 | 2 day transit Box truck: $790 | 1 day transit LTL is cheapest. Want me to book it?
External resources
What you can ship
LTL
1 to 12 pallets
Routes through 50+ Warp operated cross-dock facilities. Per pallet pricing. No fuel surcharges.
Truckload
Dry van, reefer, flatbed
Safety vetted carriers. ELD integrations for continuous visibility. Up to 44,000 lbs.
Box truck
26 foot, liftgate equipped
1 to 12 pallets. Temperature controlled available. All liftgate equipped.
Cargo van
Same day dispatch
Cartons, cases, parcels, or up to 3 pallets. Urban storefronts and tight access locations.
Start building
Get instant freight rates from 20,000+ carriers. No software fees. API access included.