Programmatic card issuing for platforms and agents. Authenticate with an API key, create cards, manage cardholders.
$ curl -X POST https://api.agentcard.sh/api/v1/cards \ -H "Authorization: Bearer sk_test_..." \ -H "Content-Type: application/json" \ -d '{"amountCents": 2500}'
Click a step to see the command. Four steps from zero to API access.
The full reference for the AgentCard REST API. All endpoints require an Authorization: Bearer sk_test_... header.
Issue a single-use virtual Visa card with a spending limit. Cards auto-cancel after one authorized payment.
List all cards in your organization with optional filters and pagination.
Get a card summary — last 4, expiry, balance, and status. Does not include PAN or CVV.
Get full card credentials including decrypted PAN and CVV. Use for checkout flows.
Close a card immediately. Releases held funds and cancels the card at the provider.
Create a cardholder in your organization. Required before issuing cards to specific individuals.
Get your API key from the dashboard and start issuing cards programmatically.