> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# agent-cards cards

> Manage virtual cards

Manage virtual cards

```bash theme={null}
agent-cards cards --help
```

```text theme={null}
Usage: agent-cards cards [options] [command]

Manage virtual cards

Options:
  -h, --help                   display help for command

Commands:
  add|attach [options]         Add your own card to your vault so purchases
                               charge it directly (any card, no KYC, no
                               funding)
  create [options]             Fund and issue a new virtual card
  preset [options] [card-id]   Show or set account/app/card presets (limits &
                               restrictions)
  list [options]               List all cards
  details <id>                 Show decrypted PAN / CVV / expiry for a card
  transactions [options] <id>  Show transaction history for a card
  pause <id>                   Pause a multi-use card (blocks new charges;
                               reversible with resume)
  resume <id>                  Resume a paused multi-use card
  set-limit [options] <id>     Change a multi-use card's total spending limit
  close [options] <id>         Close a card (releases any held funds)
  help [command]               display help for command
```
