Tools
| Name | Description |
|---|---|
list_productsList Paddle catalog products with cursor pagination and optional price expansion. | List Paddle catalog products with cursor pagination and optional price expansion. |
get_productGet one Paddle product by ID, optionally including related prices. | Get one Paddle product by ID, optionally including related prices. |
list_pricesList Paddle prices with optional product and status filters. | List Paddle prices with optional product and status filters. |
list_customersSearch or list Paddle customers without creating or updating billing records. | Search or list Paddle customers without creating or updating billing records. |
get_customerGet a Paddle customer by ID. | Get a Paddle customer by ID. |
list_subscriptionsList Paddle subscriptions with status, customer, and price filters. | List Paddle subscriptions with status, customer, and price filters. |
get_subscriptionGet a specific Paddle subscription by ID. | Get a specific Paddle subscription by ID. |
list_transactionsList Paddle transactions for reconciliation without creating or modifying charges. | List Paddle transactions for reconciliation without creating or modifying charges. |
get_transactionGet one Paddle transaction by ID. | Get one Paddle transaction by ID. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('paddle', 'list_products', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'paddle',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Paddle to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Paddle support?
Paddle supports 9 tools including List Products, Get Product, List Prices, List Customers, Get Customer, and more.
Can I use Paddle with AI agents?
Yes. Add Paddle to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Paddle to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Paddle as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Paddle tools exposed by that workspace.
Does Paddle work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Paddle work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Paddle?
Paddle exposes 9 tools, including List Products, Get Product, List Prices, List Customers, Get Customer, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Paddle be used in stateful agent workflows?
Yes. Agents can combine Paddle tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Paddle use?
Paddle uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Paddle integration cost?
The Paddle integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Paddle in minutes
Get 20,000 free action executions every month. No credit card required.