Ramp for Agents

curl -fsSL https://agents.ramp.com/install.sh | bash
Copy
Read the docs

Cards, bills, expenses, and approvals in one CLI.

$ ramp
|

Type 'help' to see available commands

Built for agents. Readable by humans.

--agent mode outputs structured JSON, --human mode makes it easy to read

--agent~105 tokens
$ ramp transactions view txn_8kF2m --agent
{
  "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"
    }
  ]
}
--human~280 tokens
$ ramp transactions view txn_8kF2m --human
┌─ 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.

approval-dashboard
Review and approve pending transactions, bills, reimbursements, and requests
receipt-compliance
Find your transactions missing receipts and upload them automatically
transaction-cleanup
Complete missing items on your transactions and categorize them
agentic-purchase
Review and approve pending transactions, bills, reimbursements, and requests
approval-dashboard
Review and approve pending transactions, bills, reimbursements, and requests
receipt-compliance
Find your transactions missing receipts and upload them automatically
transaction-cleanup
Complete missing items on your transactions and categorize them
agentic-purchase
Review and approve pending transactions, bills, reimbursements, and requests
approval-dashboard
Review and approve pending transactions, bills, reimbursements, and requests
receipt-compliance
Find your transactions missing receipts and upload them automatically
transaction-cleanup
Complete missing items on your transactions and categorize them
agentic-purchase
Review and approve pending transactions, bills, reimbursements, and requests

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.

{"transaction_id":"txn_8f3a","amount":1250.00,"currency":"USD","merchant":{"name":"Acme Corp","category":"Software","mcc":"5734"},"card":{"id":"card_x9k2","last_four":"4821","type":"virtual"},"department":"Engineering","memo":"Q1 tools","status":"approved","approved_by":"jane@ramp","policy_id":"pol_default","receipt":null}txn_8f3a $1,250 Acme Corpapproved Engineering

Get started

curl -fsSL https://agents.ramp.com/install.sh | bash
Copy