whop) lets you sell on Whop and manage your business from your terminal. Create products, set pricing, get shareable checkout links, deploy apps, and pull your stats — every command also works non-interactively for scripts and AI agents.
Install
Prebuilt binaries cover macOS and Linux. On other platforms, install via npm (requires Node.js 22 or later).
Get started
Run the CLI with no arguments:whop quickstart re-checks your status and creates whatever is missing.
Everyday commands
--format json for structured output, and most groups follow the same shape: whop <resource> list|get|create|update.
| Command group | What it manages |
|---|---|
products, plans | The things you sell and their pricing |
checkout-configurations | Shareable, prefilled checkout links |
payouts, transfers, ledgers | Moving money and reading balances |
stats | Financial time series for reporting |
apps | Fully-hosted web apps on *.whop.app |
ads, ad-campaigns, ad-groups | Paid acquisition |
auth | Profiles, switching accounts, API keys |
Deploy an app
--skip_promote to upload a preview build and whop apps builds promote <build_id> to ship it later.
After a deploy, read your app’s server logs — every console.log, uncaught exception, and failed request, kept for 7 days:
Use it with AI agents
The CLI is self-describing, so agents can discover and drive every command:WHOP_API_KEY instead of logging in. Create a key under Developer → API keys in your dashboard.

