Launch
Let AI set up your payment account.
The AgentaOS CLI is live. One command in your terminal. Claude Code installs, logs you in, activates your wallet, and creates your first checkout. You just approve.
TL;DR
Paste one command into Claude Code. It reads our SKILL.md, installs the CLI, opens your browser to activate your wallet, and creates your first payment checkout. Works with Claude Code, Codex CLI, and Amp.
The command
install the CLI, log in, and create my first checkout."
Claude reads the skill file, installs agentaos via npm, runs agenta login (opens your browser for sign-in and wallet activation), then creates a payment checkout. You approve each step.
Also works with Codex CLI and Amp. Or install manually:
$ agenta login
$ agenta pay checkout -a 50 -c USD
Accept payments
Create checkouts from your terminal. Share the checkout URL with human customers. Use the x402 URL for machine to machine payments.
$ agenta pay get <sessionId>
$ agenta pay list
Every checkout generates two URLs. checkoutUrl for humans. x402Url for AI agents that pay automatically via the x402 protocol.
Agent wallets
Create autonomous sub-accounts for your AI agents. Each gets its own address, API key, and spending policies. The private key never exists.
$ agenta sub policies set --json '{"rules":[...]}'
$ agenta sub send 0xRecipient 0.01
Set daily limits, per-transaction caps, allowed addresses, time windows. Enforced on every transaction.
x402: machine to machine payments
Your agent discovers, checks, and pays for 402-protected APIs automatically.
$ agenta sub x402 fetch https://api.example.com/data
No checkout page. No human in the loop. Agent hits the endpoint, pays, gets the response.
Device-code login
agenta login opens your browser with a verification code. Sign in, activate your wallet with biometric auth, and the CLI picks up the session. No API keys to copy. No config files.
Your wallet is non-custodial. The key is derived from your biometric via WebAuthn PRF and never stored.
MCP Server
The CLI doubles as an MCP server. 21 tools for Claude Desktop, Cursor, and Windsurf:
Create checkouts, check balances, send transactions, manage policies. All through natural language.
The skill
We published a SKILL.md that teaches AI agents how to use AgentaOS:
Once installed, your AI agent knows every command, every flag, every error. It onboards you, creates checkouts, sets up wallets, and troubleshoots. No docs to read.