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
Part of Warp's AI freight infrastructure. See all AI capabilities →
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-agent ltl quote 90001 85001 --pallets 2 --weight 600 --dims 48x40x48 --date 2026-05-01
{
"warp_quote_id": "PRICING_abc-123",
"warp_price": 485.00,
"transit_days": 2,
"options": [
{ "carrier": "Warp Technology", "rate": 485.00, "transit_days": 2, "option_id": "PRICING_abc-123" },
{ "carrier": "GlovaLink", "rate": 512.40, "transit_days": 3, "option_id": "OPT_..." }
]
}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?
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.
MCP
Warp MCP Server
Connect Claude Code, Cursor, or any MCP tool directly to the freight network. Native tool calls for tracking, documents, and invoices.
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.
Guide
How to Ship Freight Programmatically
The complete guide to moving physical goods with code. REST API, CLI, webhooks, and AI coding tools.
Comparison
Freight API vs EDI
Why developers are replacing X12 EDI with REST APIs. Side by side comparison of every freight operation.
Migration
Replace EDI with a Freight API
Migration guide: move from X12 204/214/210 to structured JSON. No VAN provider. Integrate in one afternoon.
Architecture
Headless Freight Infrastructure
Freight without the portal. Embed quoting, booking, and tracking into any system. Your UI. Our network.
Comparison
Freight API vs Freight Broker
Instant rates vs phone calls. Webhooks vs email threads. See the full comparison and when to use each.
Build your own
Build Your Own TMS
Build a transportation management system without building carrier integrations. Warp handles the freight layer.
Build your own
Build a Freight Marketplace
Launch a freight marketplace in weeks. 20,000+ carriers on day one through Warp API.
Build your own
Build Your Own 3PL Software
Custom 3PL tools powered by Warp freight infrastructure. Client portals, multi-tenant, branded experience.
Build your own
Build Freight Broker Software
Build a digital brokerage on real carrier infrastructure. Automated dispatch, tracking, and exception management.
Build your own
Build a Shipping Platform
Add freight shipping to your SaaS product. Embed quoting, booking, and tracking. New revenue stream.
SaaS integration
Add Shipping to Your SaaS
Embed Warp freight into your SaaS product with three API calls. White label ready. Revenue from day one.
Comparison
MCP vs CLI
Compare MCP server and CLI tool integrations. When to use each for freight AI agents and developer workflows.
API
Freight API Overview
High level overview of the Warp Freight API. Quoting, booking, tracking, and documents in one integration.
API
Freight Booking API
Programmatic freight booking. Create shipments, assign carriers, and receive confirmations via API.
API
LTL Freight API
LTL specific API endpoints. Per pallet quoting, cross-dock routing, and scan event tracking.
API
Logistics API
Full logistics API covering quoting, booking, tracking, invoices, and document management.
Open source
Open Source Logistics Software
Build on open source freight infrastructure. Warp API, CLI, and MCP server as your logistics layer.
External resources
Full API Docs
Complete API documentation with interactive examples
Warp Agent CLI
@warpfreight/cli-agent -- install, login, quote, book, track from your terminal
Warp MCP Server
warp-agent-mcp -- 17 freight tools for Claude Desktop, Cursor, Claude Code, Windsurf
OpenAPI Spec
Machine readable API specification
AI Plugin Manifest
For AI agent discovery and integration
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 and reefer
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.