agent-cards cards command group. Cards are funded from your wallet balance — add funds with agent-cards wallet fund before creating your first card.
Create a card
Amounts are in US dollars, not cents:| Option | Description |
|---|---|
--amount <dollars> | Required. Amount in dollars (e.g. 25 = $25.00). |
-y, --yes | Skip the confirmation prompt (for non-interactive / agent use). |
--json | Output the result as JSON and run fully non-interactively. |
List cards
Card details (PAN / CVV)
Balance
Transactions
| Option | Description |
|---|---|
--limit <n> | Number of transactions (default 20). |
--status <status> | Filter by status (e.g. PENDING, SETTLED, DECLINED, REVERSED, EXPIRED, REFUNDED). |
agent-cards transactions <card-id> is a top-level alias for the same per-card command.
All transactions (account-wide)
transactions with no card id to list every transaction across all of
your cards in one flat list. Each row shows which card it belongs to (last 4).
| Option | Description |
|---|---|
--limit <n> | Number of transactions (default 20, max 100). |
--offset <n> | Number of transactions to skip, for pagination. |
--status <status> | Filter by status (e.g. PENDING, SETTLED, DECLINED, REVERSED, EXPIRED, REFUNDED). |
Close a card
-y, --yes to skip the confirmation prompt.