Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.creem.io/llms.txt

Use this file to discover all available pages before exploring further.

Get set up on Creem in minutes from an existing store

LemonSqueezy

The Creem CLI includes a built-in migration tool to move your LemonSqueezy products to Creem.

Getting Started

1

Install the Creem CLI

brew tap armitage-labs/creem
brew install creem
2

Authenticate

creem login --api-key creem_test_YOUR_KEY
creem whoami
3

Run the Migration

creem migrate lemon-squeezy
The CLI will walk you through connecting your LemonSqueezy account, choosing the source store, and importing your product catalog. For non-interactive runs, log in to Creem first and pass both --ls-api-key and --ls-store-id.
4

Verify Your Products

Browse your imported products in the interactive TUI:
creem products
Or list them in JSON for scripting:
creem products list --json
This tool migrates your product catalog. Active subscriptions cannot be moved automatically. Let existing subscribers naturally renew through Creem as their current billing cycles end.

Need Help?

Join our Discord community or reach out at support@creem.io.

Quickstart

Full integration guide with code examples for every framework.

CLI Reference

Complete CLI command reference and automation examples.