Documentation Index
Fetch the complete documentation index at: https://docs.agentaos.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Claude Code
Codex CLI
Amp
Terminal
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."
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."
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."
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:
claude mcp add agenta npx -y agentaos
{
"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_..."
}
}
}
}