curl -fsSL https://agents.ramp.com/install.sh | bashCopy
Cards, bills, expenses, and approvals in one CLI.
Type 'help' to see available commands
--agent mode outputs structured JSON, --human mode makes it easy to read
{ "id": "txn_8kF2m", "merchant": "Blue Bottle Coffee", "amount": "$11.00", "status": "CLEARED", "date": "Mar 15, 2026", "settlement": "Mar 17, 2026", "cardholder": "Alex Rivera", "department": "Engineering", "category": "Meals & Entertainment", "line_items": [ { "description": "Cold Brew Coffee", "amount": "$6.50" }, { "description": "Choc Chip Scone", "amount": "$4.50" } ] }
┌─ Transaction ─ Blue Bottle Coffee ──────────────────┐ │ │ │ ID: txn_8kF2m │ │ Merchant: Blue Bottle Coffee │ │ Amount: $11.00 │ │ Status: CLEARED │ │ Date: Mar 15, 2026 │ │ Settlement: Mar 17, 2026 │ │ Cardholder: Alex Rivera │ │ Department: Engineering │ │ Category: Meals & Entertainment │ │ │ │ ┌─ Line Items ────────────────────────────────────┐ │ │ │ # Description Amount │ │ │ │ 1 Cold Brew Coffee $6.50 │ │ │ │ 2 Choc Chip Scone $4.50 │ │ │ │ ──────── │ │ │ │ Total $11.00 │ │ │ └─────────────────────────────────────────────────┘ │ └─────────────────────────────────────────────────────┘
Built-in skills for the things you actually do.
Expenses, approvals, spending, and reports. Let your agent do the heavy lifting.
Secure and fast payment rails.
Issue payments, approve reimbursements, and manage cards — all with structured, parseable output.
Save time and tokens.
Purpose-built for agents. Fewer round trips, smaller payloads, less context burned per task.
curl -fsSL https://agents.ramp.com/install.sh | bashCopy