eavz
Lemon Squeezy

Lemon Squeezy

All-in-one platform for selling digital products, subscriptions, and SaaS

8 actions
4 triggers

Actions

Name
create_product

Create a new product in Lemon Squeezy

get_product

Get a product by ID

create_variant

Create a new variant for a product

get_variant

Get a variant by ID

create_checkout

Create a new checkout session

get_order

Get an order by ID

get_subscription

Get a subscription by ID

custom_api_call

Make a custom API call to the Lemon Squeezy API

Triggers

Name
order_created

Triggers when a new order is created

subscription_created

Triggers when a new subscription is created

subscription_updated

Triggers when a subscription is updated

subscription_payment_success

Triggers when a subscription payment succeeds

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'lemon-squeezy',
  actionName: 'create_product',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lemon Squeezy to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Lemon Squeezy support?

Lemon Squeezy supports 8 actions including Create Product, Get Product, Create Variant, Get Variant, Create Checkout, and more.

Can I use Lemon Squeezy with AI agents?

Yes. Add Lemon Squeezy to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Lemon Squeezy use?

Lemon Squeezy uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Lemon Squeezy integration cost?

The Lemon Squeezy integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Lemon Squeezy support?

Lemon Squeezy supports 4 triggers including Order Created, Subscription Created, Subscription Updated, Subscription Payment Success.

Connect Lemon Squeezy in 2 minutes

Get 1,000 free actions every month. No credit card required.