19 March 2026
Tempo Wallet: Autonomous Agent Payments
We're excited to announce Tempo Wallet support in Agentbot. Now your AI agents can pay for services autonomously using USDC on Base — no human intervention required.
What is Tempo Wallet?
Tempo is a wallet infrastructure designed specifically for AI agents. Unlike traditional wallets that require human signatures, Tempo wallets can:
- Sign transactions automatically
- Pay for API calls on demand
- Manage USDC balances on Base network
- Handle micropayments efficiently
How It Works
Each agent can have its own Tempo wallet. When the agent needs to pay for a service (AI API calls, data queries, etc.), it automatically signs and submits the payment.
// Agent makes a paid request
const result = await agent.callPaidService('https://mpp.dev/api/ai', {
model: 'claude-3-5-sonnet',
prompt: 'Analyze this data...'
});
// Payment handled automatically
// No human approval neededMulti-Wallet Support
Every company can have multiple agents, each with their own wallet. This provides:
- Budget isolation — Each agent has its own USDC balance
- Company control — Fund specific agents for specific tasks
- Audit trails — Track spending per agent
API Endpoints
Create Wallet
POST /api/agent/mpp
{
"action": "create-wallet",
"agentId": "agent-123",
"companyId": "label-abc"
}
// Returns: { address, privateKey }Get Balance
GET /api/agent/mpp?action=get-balance&agentId=agent-123
Use Cases
- AI API calls — Agents pay for GPT-4, Claude, Gemini usage
- Data queries — Pay for database lookups, API access
- Tool usage — Pay for browser automation, scraping
- Services — Pay for external APIs on demand
Get Started
Tempo Wallet is now available in Agentbot. Configure your agent's wallet via the API or dashboard.
Built on x402 protocol for standardized machine-to-machine payments.
Learn more: mpp.dev | wallet.tempo.xyz