Skip to main content
The financial infrastructure for businesses and AI agents. Three products, one platform.

Accept Payments

Accept regulated stablecoin payments from your website. Create checkouts, verify webhooks, export invoices. Stripe-like SDK for Node.js.

Agent Wallets

Give AI agents their own Ethereum accounts with threshold signing. Enforceable guardrails, delegated identity, no private key exposure.

x402 Protocol

HTTP-native payment protocol. Agents pay for API calls with a single header. Machine-to-machine commerce.

Choose Your Path

I'm a merchant. I want to accept payments

Start with Payments. You’ll create checkout sessions via the SDK, handle webhooks when customers pay, and export invoices for your accountant.
npm install @agentaos/pay
const checkout = await agentaos.checkouts.create({
  amount: 49.99,
  currency: 'EUR',
  successUrl: 'https://myshop.com/success',
});
Time to integrate: ~30 minutes
Start with Guardian Wallet. Your agent gets a sovereign Ethereum account with threshold signing. The private key never exists.
npm install -g agentaos && agenta login
Time to set up: ~5 minutes
Start with x402 Protocol. HTTP 402 Payment Required: agents pay for API calls with a payment header. No accounts, no sessions, just pay-per-request.Time to integrate: ~15 minutes