Proxy virtual accounts help you split spending by agent, keep budgets under control, and track every dollar clearly. Works for personal setups and growing teams.
Create separate balances for each agent, project, or team so spending stays organized.
Set account-level budget caps so each workflow stays within its allowed spend.
See deposits, transfers, and account activity in one timeline so it is easy to understand where money went.
Use separate accounts for subscriptions, travel, vendor spend, and experiments so one workflow does not affect another.
Set account budgets first, then use linked cards for checkout controls.
Keep balances separate so one bad run does not drain everything.
Auto-fund accounts with clear rules instead of manual transfers.
Require approval before high-risk transfers or limit increases.
Export clean account activity for bookkeeping and monthly reviews.
Pause one account instantly without shutting down everything else.
Connect intent, account movement, and final account state in one clear record.
Split money by workflow, approve spend with intent, and keep a simple trace from account to final charge.
proxy.balance.get()
proxy.intents.create({
purpose: "Monthly vendor payments",
expectedAmount: 12000,
recurring: { cadence: { type: "monthly" } }
})
proxy.transactions.list_for_card({ cardId: "card_123" })Start free, set a budget, and connect cards for safe checkout.