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

# TagadaPay Developer Documentation

> SDKs, APIs, CLIs, and integration guides for building on TagadaPay

# TagadaPay for Developers

This site covers everything you need to build on TagadaPay programmatically — Node SDK, Headless SDK, Plugin SDK, CLI, MCP servers for AI agents, and the REST API.

<Note>
  **Looking for dashboard guides?** Step-by-step merchant tutorials live at [help.tagada.io](https://help.tagada.io) — no coding required.
</Note>

<CardGroup cols={3}>
  <Card title="Developer Tools Overview" icon="code" href="/developer-tools/index">
    Pick the right SDK or tool for your integration
  </Card>

  <Card title="Tagada Rx" icon="pills" href="/developer-tools/rx/introduction">
    Sell prescription treatments — intake, clinician review, pharmacy, ship-day rebills
  </Card>

  <Card title="Help Center" icon="book" href="https://help.tagada.io">
    Beginner-friendly guides for the dashboard
  </Card>
</CardGroup>

***

## Build with code

<CardGroup cols={2}>
  <Card title="Node SDK" icon="node-js" href="/developer-tools/node-sdk/quick-start">
    Create stores, products, funnels, and process payments from server-side code
  </Card>

  <Card title="Headless SDK" icon="react" href="/developer-tools/headless-sdk/introduction">
    React hooks for building fully custom checkout experiences
  </Card>

  <Card title="Plugin SDK" icon="puzzle-piece" href="/developer-tools/sdk/introduction">
    Build pluggable checkout components mounted into hosted checkouts
  </Card>

  <Card title="Plugin CLI" icon="terminal" href="/developer-tools/cli/introduction">
    Deploy plugins, manifests, and instances from your terminal
  </Card>
</CardGroup>

## AI agents (MCP)

<CardGroup cols={2}>
  <Card title="CRM MCP" icon="robot" href="/developer-tools/crm-mcp/introduction">
    Let AI agents read and act on the CRM (orders, subscriptions, customers, payments)
  </Card>

  <Card title="Studio MCP" icon="wand-magic-sparkles" href="/developer-tools/studio-mcp/introduction">
    Let AI agents build and edit pages in TagadaStudio
  </Card>
</CardGroup>

## REST API

<Card title="API Reference" icon="terminal" href="/api-reference/introduction">
  Authentication, endpoints, schemas, and examples for direct HTTP integration
</Card>

***

## Environments

| Environment | Dashboard                                | Purpose                   |
| ----------- | ---------------------------------------- | ------------------------- |
| Production  | [app.tagada.io](https://app.tagada.io)   | Live transactions         |
| Sandbox     | [app.tagada.dev](https://app.tagada.dev) | Testing (no real charges) |

## Support

* **Help Center (no-code guides):** [help.tagada.io](https://help.tagada.io)
* **Roadmap & Changelog:** [feedback.tagada.io](https://feedback.tagada.io)
* **Developer support:** [api-support@tagadapay.com](mailto:api-support@tagadapay.com)
