Skip to main content
You build with agents. So don’t read an SDK reference and translate it into code yourself. Hand AgentaOS to your agent and let it do the integration.

Paste this into Claude Code, Cursor, or any coding agent

It reads SKILL.md (the exact commands, flags, and response shapes), installs the agenta CLI, signs you in, creates a product in test mode, and hands you a shareable checkout URL. You approve the browser sign-in once; everything after that is non-interactive.

Connect the MCP server

For Claude Desktop, Cursor, or Windsurf chat, connect the MCP server and your agent can run the store: create checkouts, read customers, and manage subscriptions.
Test keys only ever see test data, so an agent on a sk_test_ key can build and break things safely. See MCP server for Cursor and Windsurf configs and the full tool list.

Feed the docs to your model

The whole documentation is available as plain markdown for LLMs. Point your model at it or paste it into context:

llms.txt

A compact index of every page, for grounding a model.

llms-full.txt

The entire docs as one markdown file. Everything, in one paste.

What your agent can run

Next steps

Run your store from an agent

The full walkthrough: coding agent with the CLI, or a chat agent with MCP.

MCP server

The payment tools, and Claude / Cursor / Windsurf setup.

Take a payment yourself

Prefer to do it by hand first? Create a product and get paid.