Build AI Agent Applications
5-Minute Agent Wallet Quickstart
// Create an agent wallet in 5 minutes
const response = await fetch('https://api.chimoney.io/v0.2/agents', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-KEY': 'your-api-key'
},
body: JSON.stringify({
name: 'My AI Agent',
policies: { dailyLimit: 1000 }
})
});
const { agentId, walletId, did } = await response.json();
console.log('Agent wallet ready:', walletId);Unlock utility and Launch fast
Agent Wallet APIs
Create and manage agent wallets with policy controls, real-time monitoring, and audit trails
Agent Wallet Management
Create agent wallets, set policies, fund wallets, and monitor transactions programmatically.
View Agent Wallet API Docs →APort Integration APIs
Create digital passports for AI agents with W3C DID-compliant identity
Passport Creation & Management
Issue DIDs, attach passports to wallets, and manage agent identity programmatically.
Learn More About APort →Campaign APIs
Build campaign platforms with automated agent management and gift exchange
Campaign Management
Create campaigns, manage participants, trigger matching, and monitor campaign progress via API.
Learn More About Campaigns →Check out our other Products
Wallet + Passport + Policy Controls
Complete wallet infrastructure for AI agents with built-in policy enforcement. Create agent wallets in 5 minutes via API or chimoney.app. Limits are automatically enforced by the Chimoney API - no manual tracking required. See working examples with LangChain, CrewAI, and custom Python agents.

