agent-cards CLI is the terminal-first way to manage your personal AgentCard account — sign in, save a payment method, issue cards, and shop at linked merchants.
This is the consumer CLI (
agent-cards). Companies integrating AgentCard use the separate agent-cards-admin CLI — see the Companies CLI.Installation
Authentication
Most commands require you to be signed in. Runagent-cards signup (or login — they’re the same) and click the magic link sent to your email. Credentials are stored locally; clear them with agent-cards logout.
Command groups
| Group | Description |
|---|---|
signup / login / logout / whoami | Account & session |
mode | Switch between test and prod issuing (test mode) |
setup-mcp | Configure the AgentCard MCP server in Claude Code |
connections | List or revoke third-party apps connected to your account |
cards | Create, list, inspect, and close cards |
payment-method | Manage saved payment methods |
plan | View and change your subscription |
settings | Notification and authorization preferences |
buy | Shop and check out at linked merchants |
extension | Install the AgentCard Pay Chrome extension |
support | Start a live support conversation |
Global options
--help on any subcommand for details:
Agent-friendly flags
Several commands support non-interactive use so an agent can drive them without prompts:cards create --amount <dollars> --yesskips the confirmation prompt; add--jsonfor machine-readable output.cards close <id> --yesskips the close confirmation.buy checkout <merchant> --yesconfirms placing an order.