Documentation
Everything you need to wire an agent to a card
Start with the quickstart, then dig into policies, approvals, and the tool surface your agent will actually call.
quickstart
# 1. Install
npm i -g agentpay && agentpay login
# 2. Create an agent
agentpay agents create --name "Ops Agent" --provider anthropic
# 3. Issue a scoped card
agentpay cards create --amount 40 --merchant DoorDash
# 4. Connect it to your assistant
agentpay setup-mcpGetting started
Integrations
Full reference is expanding
The interactive reference lands with the dashboard build. Start in test mode and the quickstart above will get you to a first card.