Sign In

@warpfreight/cli-agent

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warpfreight/cli-agent

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.

latest
Source
npmnpm
Version
0.5.73
Version published
Weekly downloads
7
-93.58%
Maintainers
2
Weekly downloads
 
Created
Source

@warpfreight/cli-agent

npm version License: MIT

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.

Install

npm install -g @warpfreight/cli-agent

Requires Node 20+.

Quick start

# 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:

  • Provisions a Warp account (or logs into an existing one)
  • Saves your wak_live_* + wak_test_* keys to ~/.warp/config.json
  • Installs the warp-agent-mcp server into Claude Desktop, Cursor, and Claude Code
  • Tells you to restart your AI client

After restart, talk to your AI agent:

Quote LTL from 90007 to 90038 pickup June 25, 2 pallets 500 lb each.

Add a payment method

https://www.wearewarp.com/agents/account

CLI commands

CommandPurpose
warp-agent signupCreate a new Warp account, save keys, auto-wire MCP
warp-agent loginLog in to existing Warp account, save keys, auto-wire MCP
warp-agent logoutClear saved credentials
warp-agent whoamiShow logged-in email + key prefix
warp-agent statusAPI health check + key validation
warp-agent install-mcpRe-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-DDCargo van quote
warp-agent box-truck quote ZIP ZIP --pallets N --weight LBS --date YYYY-MM-DDBox truck quote
warp-agent ftl quote ZIP ZIP --date YYYY-MM-DDFull truckload quote
warp-agent ltl quote ZIP ZIP --pallets N --weight LBS --dims LxWxH --date YYYY-MM-DDLTL quote
warp-agent book QUOTE_ID --pickup-* --delivery-*Book a quoted shipment
warp-agent track SHIPMENT_IDTrack a shipment
warp-agent events SHIPMENT_IDTracking event timeline
warp-agent invoice ORDER_IDShipment invoice
warp-agent documents ORDER_ID --type bolShipment documents (use --type bol for the Bill of Lading)
warp-agent bookingsList recent bookings
warp-agent lanesLane history
warp-agent quote-historyList recent quotes

All commands accept --help for full option listings, and --format json / --format table to control output.

Configuration

~/.warp/config.json holds your credentials:

{
  "api_key": "wak_live_...",
  "sandbox_api_key": "wak_test_...",
  "email": "you@example.com"
}
Env varPurpose
WARP_API_KEYAPI key fallback if config.json is missing
WARP_API_URLOverride API base URL (defaults to the warp-site proxy)

Sandbox mode

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.

Companion package

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.

Contributing

Issues and PRs welcome at https://github.com/warpfreight/warp-cli-agent.

License

MIT © Warp Technology, Inc.

Keywords

warp

FAQs

Package last updated on 26 May 2026

Did you know?

Socket

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.

Install

Related posts