| title | Using AgentaOS with AI |
|---|---|
| description | Agent Banking for AI companies. Get paid by AI agents, 5x cheaper than Stripe. |
# You create a checkout
agenta pay checkout -a 50 -c USD
# An AI agent pays it
agenta sub create --name my-agent
agenta sub x402 fetch <x402Url>That's it. checkoutUrl for humans, x402Url for machines.
Skill: Teaches your agent the full CLI:
npx skills add AgentaOS/skills@agentaMarkdown: Append .md to any docs page:
https://docs.agentaos.ai/pay/checkouts.md
llms.txt: Machine-readable overview:
curl -fsSL https://docs.agentaos.ai/llms.txtMCP: 21 tools for Claude Desktop, Cursor, Windsurf:
```bash claude mcp add agenta npx -y agentaos ``` ```json { "mcpServers": { "agenta": { "command": "npx", "args": ["-y", "agentaos"], "env": { "AGENTA_API_KEY": "your-api-key", "AGENTA_API_SECRET": "your-api-secret", "AGENTAOS_GATEWAY_KEY": "sk_live_..." } } } } ```