Built on Tempo • Hackathon 2026

Payment infrastructure
for AI agents

Give your AI agents autonomous wallets with spending policies.Gasless, instant, and fully auditable.

terminal
$ node demo.js
✓ Connected to AgentPay
💰 Balance: $8.19
📊 Analyzing query...
💳 Paying $0.50 for data API...
✓ Payment confirmed! TX: 0x4fa0...
✓ Agent task complete
$

Built with

TempoPrivyVercelNeon

How it works

Get your agents paying in minutes, not weeks.

1

Install the SDK

bash
npm install orra-sdk
import { AgentWallet } from 'orra-sdk'

const wallet = new AgentWallet({
  apiKey: process.env.AGENTPAY_KEY
})
2

Set policies

Budget$100.00
Daily limit$20.00
Max per transaction$5.00

Human-defined guardrails for autonomous spending.

3

Agents pay

// Agent decides to pay for data
const tx = await wallet.pay({
  to: '0x...',
  amount: 0.50,
  reason: 'Data API call'
})

// ✓ TX: 0x4fa0...
Transaction confirmed in 300ms
300ms
Finality
0 ETH
Gas Required
100%
On-chain

Everything agents need to pay

Built for the agentic economy. No compromises.

Gasless transactions

No ETH needed. Fees paid in stablecoins. Agents never get blocked.

Spending policies

Set budgets, daily limits, and per-transaction caps. Humans stay in control.

Real-time analytics

Track spending by category. Detect anomalies. Know what agents are paying for.

Batch payments

Pay multiple recipients atomically. One transaction, multiple payees.

On-chain memos

32 bytes of context stored forever. Full audit trail for every payment.

Sub-second finality

300ms confirmation. Agent makes payment and keeps working. No waiting.

Ready to give your agents
financial autonomy?

Start building in minutes. No credit card required.

Get Started Free