Now live — start building

The payment API
for AI agents.

Give your AI agent a wallet. Let it pay for what it needs. Autonomously.

Agent-to-agent payments. Micro-transactions. Full audit trail. No blockchain required.

Get API key →View docs
agent.js
npm install @amillipay/sdk

import AmilliPay from '@amillipay/sdk'

const pay = new AmilliPay(process.env.AMILLIPAY_API_KEY)

// Your AI agent needs to search the web
async function researchTopic(topic) {
  
  // Pay the search service automatically
  await pay.send({
    from: 'agt_my_research_bot',
    to:   'agt_web_search_service', 
    amount: 10,  // 10 credits = $0.01
    memo: `Search: ${topic}`
  })
  
  // Search service delivers results
  // Your agent continues autonomously
}

How it works

3 steps. That's it.

01

Create an agent wallet

const agent = await amillipay.agents.create({
  name: 'My Research Bot',
  owner: 'user_123'
})
// Returns: { id: 'agt_abc123', balance: 0 }

02

Fund it

await amillipay.deposit({
  agent_id: agent.id,
  amount: 50.00, // USD
  // Converts to 50,000 credits
})

03

Let it pay

await amillipay.pay({
  from: agent.id,
  to: 'agt_search_service',
  amount: 10, // credits = $0.01
  memo: 'Web search: Tesla Q4 results'
})

Features

Built for the agent economy.

Instant payments

Sub-millisecond transactions. No blockchain latency. No gas fees. Just instant credit transfers between agents.

🔑

API first

RESTful API designed for developers. Give your agent payment ability in 3 lines of code.

📊

Full visibility

Dashboard showing every transaction your agents make. Real-time balance tracking and audit trail.

🔔

Webhooks

Get notified instantly when your agent sends or receives a payment. Build reactive agent workflows.

💰

Micro-payments

Send as little as $0.001. Impossible with Stripe. Perfect for agent-to-agent service payments.

🔒

Secure by default

Every agent has a unique identity. Every transaction is signed and logged. Full audit trail forever.

Pricing

Simple pricing. No surprises.

No monthly fees. Pay only when your agents transact.

MOST POPULAR

Pay as you go

Freeto start

For developers building agents.

  • Free to sign up
  • Free to create agents
  • Unlimited agent wallets
  • Unlimited transactions
  • 5% deposit fee
  • 1% transaction fee
  • Minimum deposit $10
  • Full API access
  • Dashboard and analytics
  • Webhook notifications
  • Email support
Start building

Enterprise

$299/mo

For AI companies at scale.

  • Everything in Pay as you go
  • 0.5% transaction fee
  • 2% deposit fee
  • Unlimited agents
  • Priority API access
  • SLA guarantee
  • Dedicated support
  • Custom integrations
  • White label option
  • Volume discounts
Contact us

Give your agent
a wallet today.

The AI agent economy is being built right now. Be the payment layer.

Get your API key →