Become a Paddle partner
Join the Paddle partner program to read this content. You'll also get access to our partner API and agent tooling. Let us know a few details about your business to get started. Already a partner? Log in to view this page.
Once a seller has a Paddle account, you can build the billing integration inside their app. This involves creating a product catalog, checkout, order provisioning, subscription management, and testing.
How it works
In this step, you're essentially building a standard Paddle integration. The difference is that your agent scaffolds it on demand when sellers want to monetize.
You don't need to use your partner API key at this point. Your platform agent should use the seller's API key to build the integration. To integrate Paddle in the frontend, you can generate a client-side token for the seller using the public API.
Because it's a standard Paddle integration, the same building blocks apply: a catalog, checkout, provisioning through webhooks, subscription management, and testing before go-live.
Work in sandbox first, mirror everything to live, and keep the two in sync as you go. Before users go live, test the integration end-to-end with the seller.
Build the integration
Create product catalog Agent
Create the seller's products and prices in both sandbox and live.
Integrate checkout and pricing page Agent
Render Paddle Checkout in the seller's app with Paddle.js.
Handle provisioning and fulfillment Agent
Subscribe to webhooks and grant access when payments complete.
Manage subscriptions Agent
Let buyers manage subscriptions through the customer portal or the subscription API.
Test a seller integration Agent
Test checkout, webhooks, and the subscription lifecycle in sandbox before go-live.
Integrate with AI
To make a Paddle integration repeatable and consistent for every seller, we recommend authoring your own set of skills for your agent to help it scaffold the same integration for every seller.
Start with the public Paddle agent skills for checkout, webhooks, catalog, and subscriptions, and adapt them to your platform. The author-agent-skills skill in our partner skills walks through how to wrap them around your platform's helper functions, proxies, and business logic.
See Integrate with AI for how the skill families fit together.