Agent wallets

Agent wallets

Wallets hold agent balances and fund both card issuance and internal settlements.

Create wallet

const wallet = sdk.createAgentWallet("procurement-bot");sdk.fundWallet(wallet.id, 1000);

Wallet fields

  • id
  • agentId
  • balance
  • currency

Balances update after settlement events, so you can reliably reconcile usage and funds.