Build with Warp
Add Warp freight to an app you already have.
Copy a Warp-aware prompt into Claude Code, Cursor, or your preferred coding assistant. It writes a typed client against the real endpoint shapes, handles every documented error code, and gets retries and idempotency right the first time instead of after a double-charge.
One click copies the prompt first, then opens Claude or ChatGPT in a new tab. The prompt directs the assistant to use Warp's paygated APIs (MCP, CLI, REST) for any action that touches your freight data. Install the MCP and grab an API key in about 3 minutes. No booking happens without your confirmation.
What this does
This prompt carries the details a coding assistant otherwise guesses wrong: that LTL quotes require length, width, and height or they return MISSING_DIMS; that pickup windows are HH:MM pairs and ISO timestamps get ignored; that quotes hold 72 hours; that bookings are idempotent on quote_id, so a retry returns the original confirmation instead of charging twice.
Use it when you already have an app and want freight inside it. The deliverable is a small typed client module and a test that hits the real API, not a new dashboard. Quote endpoints are keyless, so the first passing test needs no account at all.