Concepts
- The Agentcard wallet stores cards: your users’ credit and debit cards, and the Agentcards we issue.
- Balance is the money. Users add balance, and balance is what backs an Agentcard.
- Agentcards are the cards we issue. The cards users bring themselves are their bank cards.
- Purchase is how agents buy things. The endpoint is called
buy.
How money moves
When a user adds their own card, there is nothing to prepay. Their agent buys something and the purchase gets charged to their card, like any other charge. When a user has an Agentcard, the card spends from balance that was added beforehand. It can never spend more than the balance behind it. In both cases you can set limits on each card, lock a card to a single merchant, and require an approval when a purchase needs a human to say yes.Test vs live
There is one API:api.agentcard.sh. Whether you are in sandbox or production depends on which credentials you authenticate with, not on the URL.
Sandbox never sends email or SMS, and the verification code is always 111111. No real money moves. The full list of sandbox tools is in Test in sandbox.
When you’re ready, the Quickstart walks through all of this with real calls.