Skip to content

Latest commit

 

History

History
87 lines (75 loc) · 2.02 KB

File metadata and controls

87 lines (75 loc) · 2.02 KB
title Using AgentaOS with AI
description Agent Banking for AI companies. Get paid by AI agents, 5x cheaper than Stripe.

Install

```bash claude "Run curl -fsSL https://agentaos.ai/SKILL.md and use those instructions to help me install the AgentaOS CLI, log in, and create my first checkout." ``` ```bash codex "Run curl -fsSL https://agentaos.ai/SKILL.md and use those instructions to help me install the AgentaOS CLI, log in, and create my first checkout." ``` ```bash amp "Run curl -fsSL https://agentaos.ai/SKILL.md and use those instructions to help me install the AgentaOS CLI, log in, and create my first checkout." ``` ```bash curl -fsSL https://agentaos.ai/install | bash agenta login ```

Create a checkout, let an agent pay it

# 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.

Give your agent access to these docs

Skill: Teaches your agent the full CLI:

npx skills add AgentaOS/skills@agenta

Markdown: 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.txt

MCP: 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_..." } } } } ```