Wallets, payments, and controls for autonomous AI agents.
| Counterparty | Amount | Category | Date |
|---|---|---|---|
Anthropic APIBase | 0.01 USDC $0.01 | API Call | 2m ago |
DEX SwapSolana | 5.0 SOL $750 | Trading | 5m ago |
0x742d...bD18Base | 10.00 USDC $10 | Transfer | 8m ago |
Agent #341Base | 50.00 USDC $50 | Funding | 12m ago |
Serper SearchSolana | 0.05 USDC $0.05 | API Call | 15m ago |
One platform for wallets, payments, and controls.
One API call creates a wallet with addresses on every supported chain.
const wallet = await nobody.wallets.create({
name: "trading-bot",
chains: ["base", "solana"]
});Learn moreNo API keys, no registration. Your agent pays per call with USDC.
const result = await nobody.pay({
to: "api.anthropic.com",
amount: "0.01"
});Learn moreSet daily budgets, transaction limits, and approved addresses.
await nobody.controls.set(wallet.id, {
dailyLimit: "100",
approvedAddresses: ["0x742d..."]
});Learn moreMaster keys let you create and manage agent fleets programmatically.
const fleet = await nobody.fleet.create({
count: 50,
template: "data-collector"
});Learn moreReal-time visibility into every agent's balance, spending, and controls.
Integrations
TypeScript SDK · REST API · CLI · MCP