whop) lets you build and manage your Whop business from the terminal. Deploy apps, create products, set pricing, get shareable checkout links, run ads, 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 later to select a different business or create another one. Then use whop --help to choose a workflow, such as deploying an app with whop apps deploy or managing products and pricing directly.
Everyday commands
--format json for structured output, and most groups follow the same shape: whop <resource> list|get|create|update.
Account-scoped commands use the selected business by default. Pass another business with --account_id.
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.

