Give your agents a wallet

Trove is payment infrastructure built for developers who deploy AI agents. Programmable wallets, spending rules, and real-time cost tracking. Three lines of code.

agent.js
import { Trove } from '@trove/sdk';

// Create a wallet for your agent
const wallet = await Trove.createWallet({
  agent: 'research-bot',
  budget: 50.00,
  rules: ['api-only', 'no-compute']
});

// Agent buys what it needs
await wallet.purchase('twilio/sms', {
  quantity: 1000
});

// You stay in control
wallet.on('spend', console.log);
The problem

Agent payments infrastructure was built for enterprises. You're not an enterprise.

Today

Enterprise payment layers

  • 6-week sales cycle before you write code
  • Centralized routing through a third party
  • Pricing hidden behind "Contact Sales"
  • No self-hosted option
Trove

Developer-first infrastructure

  • npm install, create wallet, ship
  • Direct agent-to-service transactions
  • Transparent per-transaction pricing
  • Self-host or use our cloud
Infrastructure

Everything agents need to transact

Programmable Wallets

Every agent gets its own financial identity with configurable spending limits, approved vendors, and budget allocation.

Spending Rules

Define what agents can buy, from whom, and how much. Rules enforce themselves. No human in the loop needed.

Real-Time Analytics

Track every transaction across every agent. Cost breakdowns, vendor analysis, and anomaly detection built in.

Protocol Agnostic

Works across ACP, x402, and TAP. Your agents transact however the vendor prefers. One SDK, every protocol.

Multi-Agent Billing

Run 10 agents or 10,000. Consolidated billing, per-agent cost attribution, and team-level budget controls.

Self-Hostable

Deploy on your infrastructure. Your agents' financial data never leaves your network. Full control, zero trust required.

Works with every agent payment standard
Stripe ACP
Coinbase x402
Visa TAP
Google AP2
Mastercard Agent Pay

Agents are the next million developers. They deserve their own financial stack.

We're building the infrastructure that lets AI agents operate as autonomous economic actors, so developers can focus on what their agents do, not how they pay for it.

Get early access

We're rolling out access in batches. Join the waitlist to be first in line.

You're on the list! We'll be in touch.