For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Agents and AI

MCP servers, Agent Skills, and embedded docs AI — tools that let AI agents integrate, operate, and reason about Paddle.

AI summary

Connect AI agents directly to Paddle to automate billing operations, build pricing models, investigate customer issues, and write integration code through natural language commands.

  • Use the Paddle MCP server to enable AI agents to read data and take actions in your account, combined with the docs MCP server so agents understand Paddle's functionality
  • Provide coding agents with Agent Skills — drop-in instructions that teach them step-by-step patterns for implementing Paddle features like checkout, webhooks, and subscription management
  • Access AI assistance directly in the docs with Fast mode for quick questions or Thinking mode for working through complex integration problems

Connect AI agents like Claude and Cursor directly to Paddle to work through complex flows in seconds. Build pricing models, investigate failed payments, integrate Paddle features, or process customer refunds — all in natural language.

AI tools

Use them together. The docs MCP server tells the agent how Paddle works; the Paddle MCP server lets it take actions in your account; Agent Skills give coding agents the step-by-step patterns they need to write correct Paddle integration code.

Use cases

Combine the Paddle MCP server with the docs MCP server to:

  • Integrate Paddle
    Use Agent Skills to give your coding agent step-by-step instructions for checkout, webhooks, subscription sync, and more — then use the Paddle MCP server to create the catalog and test the result.
  • Build and evolve your pricing
    Create complete pricing models or catalogs with regional variations by describing your structure.
  • Investigate billing issues
    Ask about specific customer problems and get complete transaction and subscription histories with explanations.
  • Onboard enterprise customers
    Migrate and set up enterprise customers with custom pricing and manual invoicing. Use in conjunction with quote management tools and CRMs.
  • Handle subscription changes
    Process subscription changes and transaction adjustments intelligently with context, recommendation, and action.
  • Analyze company performance
    Generate custom reports and get insights about revenue, churn, and customer behavior.

Integration experience

You describe what you need

Ask your AI agent about billing operations, customer issues, integration tasks, or anything Paddle-related. Describe what you're trying to achieve in plain language.

Assistant identifies tools to use

The agent selects which tools it needs to fulfill your request. There can be multiple.

It may ask follow-up questions to clarify, gather required details, or better understand your goal.

You review before actions execute

Most agents verify their actions before accessing data or making changes to your account.

You can approve, request changes, or ask questions. Nothing happens without your confirmation by default.

Assistant executes and explains

Products get created, issues get resolved, code gets written, or reports get generated. The agent explains the results and provides insights when relevant.

The full context is maintained, so you can ask follow-up questions, request adjustments, or work through complex scenarios without starting over.

Ask AI in the docs

Click Ask AI on any page to open the agent embedded in the docs. Two modes:

  • Fast: quick questions about concepts, API behavior, and how Paddle works.
  • Thinking: detailed explanations or working through a specific integration problem.

llms.txt

The /llms.txt file is a plain-text index of every page in these docs. AI clients can use it to find Paddle content without parsing HTML.

Get content as Markdown

Every page in the docs is available as Markdown:

  • Append .md to any doc URL to fetch the raw source, for example https://developer.paddle.com/sdks/ai.md
  • Click Copy for LLM on every page to copy the Markdown directly to your clipboard.

When AI agents browse the documentation, we automatically serve them the Markdown version of the page to preserve tokens.

Was this page helpful?