Stripe
Payments, subscriptions, and billing

Setup
Go to Settings > Integrations and click Stripe.
Enter your Stripe secret key — sk_test_ for development, sk_live_ for production.
Usage
Tell the agent what billing flow you need:
Add a pricing page with three plans — Free, Pro ($10/mo),
and Business ($25/mo). Use Stripe Checkout for payments.The agent reads your Stripe catalog and uses real product and price IDs — no placeholder values.
What it handles
- Checkout — one-time payments and recurring subscriptions
- Customer portal — let users manage their own billing
- Webhooks — signature verification and event processing built in
- Product sync — the agent reads your Stripe products and prices, so the generated code matches your catalog