
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@warpfreight/cli-agent
Advanced tools
AI Agent CLI for Warp freight. Full booking lifecycle: quote (van/box-truck/FTL/LTL), book, track, events, invoices, documents, lane history, quote history. Self-provisioning login, JSON-first output.
The AI-agent CLI for Warp freight. One command
creates a Warp account, issues an API key, and wires the
warp-agent-mcp server into
Claude Desktop, Cursor, and Claude Code automatically.
Looking for the full human-operator CLI (more ops surface, CSV output, homebrew)? See @wearewarp.com/cli — docs at https://developer.wearewarp.com/docs/cli. Both share the same backend.
npm install -g @warpfreight/cli-agent
Requires Node 20+.
# Create an account, get a key, and auto-wire the MCP into every AI client
warp-agent signup
# Or, if you already have a Warp account:
warp-agent login
That single command:
wak_live_* + wak_test_* keys to ~/.warp/config.jsonwarp-agent-mcp server into Claude Desktop, Cursor, and Claude CodeAfter restart, talk to your AI agent:
Quote LTL from 90007 to 90038 pickup June 25, 2 pallets 500 lb each.
https://www.wearewarp.com/agents/account
| Command | Purpose |
|---|---|
warp-agent signup | Create a new Warp account, save keys, auto-wire MCP |
warp-agent login | Log in to existing Warp account, save keys, auto-wire MCP |
warp-agent logout | Clear saved credentials |
warp-agent whoami | Show logged-in email + key prefix |
warp-agent status | API health check + key validation |
warp-agent install-mcp | Re-run the MCP install (idempotent, useful after installing a new AI client) |
warp-agent van quote ZIP ZIP --pallets N --weight LBS --date YYYY-MM-DD | Cargo van quote |
warp-agent box-truck quote ZIP ZIP --pallets N --weight LBS --date YYYY-MM-DD | Box truck quote |
warp-agent ftl quote ZIP ZIP --date YYYY-MM-DD | Full truckload quote |
warp-agent ltl quote ZIP ZIP --pallets N --weight LBS --dims LxWxH --date YYYY-MM-DD | LTL quote |
warp-agent book QUOTE_ID --pickup-* --delivery-* | Book a quoted shipment |
warp-agent track SHIPMENT_ID | Track a shipment |
warp-agent events SHIPMENT_ID | Tracking event timeline |
warp-agent invoice ORDER_ID | Shipment invoice |
warp-agent documents ORDER_ID --type bol | Shipment documents (use --type bol for the Bill of Lading) |
warp-agent bookings | List recent bookings |
warp-agent lanes | Lane history |
warp-agent quote-history | List recent quotes |
All commands accept --help for full option listings, and --format json /
--format table to control output.
~/.warp/config.json holds your credentials:
{
"api_key": "wak_live_...",
"sandbox_api_key": "wak_test_...",
"email": "you@example.com"
}
| Env var | Purpose |
|---|---|
WARP_API_KEY | API key fallback if config.json is missing |
WARP_API_URL | Override API base URL (defaults to the warp-site proxy) |
Swap the api_key field in ~/.warp/config.json for your sandbox_api_key to
run against test mode — same responses, no carrier dispatch, no Stripe charge.
warp-agent-mcp — the MCP
server this CLI auto-installs. 20 tools covering quote / book / track / cancel
/ events / invoice / documents / lane history / list bookings / rate card /
quote history / login / payment status / status / analytics for LTL, FTL,
cargo van, box truck, and multi-stop FTL.
Issues and PRs welcome at https://github.com/warpfreight/warp-cli-agent.
MIT © Warp Technology, Inc.
FAQs
AI Agent CLI for Warp freight. Full booking lifecycle: quote (van/box-truck/FTL/LTL), book, track, events, invoices, documents, lane history, quote history. Self-provisioning login, JSON-first output.
The npm package @warpfreight/cli-agent receives a total of 4 weekly downloads. As such, @warpfreight/cli-agent popularity was classified as not popular.
We found that @warpfreight/cli-agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.