Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Subscription
lemon_squeezy:cancel_subscription
Cancel a subscription. This will set the subscription to cancel at the end of the current billing period.
Write
High risk
Create Checkout
lemon_squeezy:create_checkout
Create a new checkout session for a product variant.
Write
Medium risk
Get Checkout
lemon_squeezy:get_checkout
Fetch a single checkout by ID with URL and expiration information.
Read
Low risk
Get Customer
lemon_squeezy:get_customer
Fetch a single customer by ID with contact and billing information.
Read
Low risk
Get License Key
lemon_squeezy:get_license_key
Fetch a single license key by ID with activation and usage information.
Read
Low risk
Get Order
lemon_squeezy:get_order
Fetch a single order by ID with customer and payment information.
Read
Low risk
Get Product
lemon_squeezy:get_product
Fetch a single product by ID with pricing and status information.
Read
Low risk
Get Store
lemon_squeezy:get_store
Fetch a single store by ID with basic store information.
Read
Low risk
Get Subscription
lemon_squeezy:get_subscription
Fetch a single subscription by ID with billing and status information.
Read
Low risk
Get Variant
lemon_squeezy:get_variant
Fetch a single product variant by ID with pricing and inventory information.
Read
Low risk
List Checkouts
lemon_squeezy:list_checkouts
List checkouts with optional filtering by store or variant.
Read
Low risk
List Customers
lemon_squeezy:list_customers
List customers with optional filtering by store or email address.
Read
Low risk
List License Keys
lemon_squeezy:list_license_keys
List license keys with optional filtering by store, order, or product.
Read
Low risk
List Orders
lemon_squeezy:list_orders
List orders with optional filtering by store or customer email.
Read
Low risk
List Products
lemon_squeezy:list_products
List products with optional store filtering and pagination.
Read
Low risk
List Stores
lemon_squeezy:list_stores
List all stores accessible with the current API key.
Read
Low risk
List Subscriptions
lemon_squeezy:list_subscriptions
List subscriptions with optional filtering by store, order, product, or status.
Read
Low risk
List Variants
lemon_squeezy:list_variants
List product variants with optional product filtering and pagination.
Read
Low risk
Update Subscription
lemon_squeezy:update_subscription
Update a subscription's variant, billing anchor, or proration settings.
Write
Medium risk