Platforms / CLI

Create cards from the terminal

The fastest way to create and manage virtual cards for AI agents. One install, one command, infinite cards.

$ agent-cards cards create --amount 25

Every command

The full reference for the agent-cards CLI.

Issue a virtual Visa card with a spending limit, prepaid from your cash balance. Single-use by default: the card auto-cancels after one authorized payment.

--amount <dollars>Spending limit in USD(required)
--multi-useCard stays open across charges until its limit is spent (subscriptions)
--from <id>Issue against a specific added card (see add --list)

Add your own Visa so purchases charge it directly. No KYC, no funding. Add several cards, list them, or remove one.

--addAdd another card alongside the current one (multi-card)
--listShow all added cards (the top active card is the default for new cards)
--remove <id>Remove one added card by id (cards created against it close)

View all your cards — ID, last 4 digits, expiry, balance, status, and creation date.

Decrypt and display the full card number (PAN), CVV, and expiry date.

<id>Card ID to inspect(required)

Your cash balance, the money that funds new cards. Pass a card ID to check one card instead.

[id]Optional card ID for a single-card balance check

Transaction history for a card — date, merchant, amount, and status.

<id>Card ID to query(required)
--limit <n>Max number of transactions to show
--status <status>Filter by status (pending, completed, declined)

Configure the Agentcard MCP server in Claude Code. Your agent can then create cards, check balances, and pay for things autonomously.

Start now

Install the CLI, sign up, and create your first card — all from the terminal.