
AI Agent Wallets: Complete Payment Infrastructure
Complete wallet infrastructure with identity and policy controls for autonomous agents
Policy Controls for AI Agents
Everything you need to manage agent wallets at scale with spending limits and compliance controls
How to Create AI Agent Wallets
Create and deploy agent wallets with policy controls in 4 steps
AI Agent Payment Use Cases
Powering autonomous agents and agent-to-agent transactions across industries
Integration
Get started with our API or SDKs
JavaScript ExampleView Full Docs →
// Create an agent wallet with built-in limits
const response = await fetch('https://api-v2-sandbox.chimoney.io/v0.2.4/agents/create', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-KEY': 'your-api-key'
},
body: JSON.stringify({
name: 'Customer Service Agent',
email: 'agent@yourdomain.com',
limits: {
USD: {
maxPerTx: 50000, // $500 in cents
dailyCap: 100000 // $1000 in cents
},
approvalRequired: false
},
capabilities: ['finance.payment.payout']
})
});
const { id, walletId } = await response.json();
console.log('Agent wallet created:', walletId);
// Limits are automatically enforced by Chimoney APICheck out our other Products
Multi-Currency Wallets
AI and Humans Wallets
Multi-currency wallets with KYC built-in, global money transfers, and Interac support. Powers remittance platforms, communities, affiliates, and AI agents. For AI agents, includes policy controls, real-time monitoring, spending limits, and immutable audit trails. Same infrastructure, different use cases.





















