> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atxp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# For Developers

> Build agents or monetize MCP tools with ATXP — the Agent Transaction Protocol.

# For Developers

Building AI agents or monetizing your MCP tools with [ATXP](https://atxp.ai)? You're in the right place.

<CardGroup cols={2}>
  <Card title="Build agents" icon="robot" href="/developers/build-agents">
    Create agents that can discover and pay for MCP tools without managing API keys or vendor accounts.
  </Card>

  <Card title="Monetize MCP tools" icon="messages-dollar" href="/developers/monetize">
    Add per-use pricing to your MCP servers with minimal integration. Get paid for every tool call.
  </Card>
</CardGroup>

## Developer resources

<CardGroup cols={2}>
  <Card title="Account Portal" icon="user" href="https://accounts.atxp.ai">
    Log in to manage your ATXP account, view usage, configure wallets, and add funds.
  </Card>

  <Card title="CLI" icon="terminal" href="/developers/cli">
    Command-line tool for creating ATXP projects, running demos, and managing your development workflow.
  </Card>

  <Card title="MCP Proxy" icon="shuffle" href="/developers/proxy">
    Use paid MCP servers from clients that don't support payments natively.
  </Card>

  <Card title="API Reference" icon="book" href="/developers/api-reference">
    Complete SDK documentation for @atxp/client, @atxp/express, and platform adapters.
  </Card>
</CardGroup>

## Quick links

| Task                                | Documentation                                                            |
| ----------------------------------- | ------------------------------------------------------------------------ |
| Create an agent that pays for tools | [Build agents quickstart](/developers/build-agents)                      |
| Add payments to your MCP server     | [Monetize quickstart](/developers/monetize)                              |
| Use with Vercel AI SDK              | [Vercel AI integration](/developers/build-agents/integrations/vercel-ai) |
| Deploy to Cloudflare Workers        | [Cloudflare deployment](/developers/monetize/cloudflare-deploy)          |
| Batch payment processing            | [Batch payments guide](/developers/monetize/batch-payments)              |
