# Whop CLI

> Whop CLI is the command-line interface for Whop developers, creators, and automation agents to work with Whop API resources from a terminal.

Whop CLI is the official command-line interface built by Whop for developers, creators, and automation agents who want to interact with Whop API resources directly from a terminal. It is installed via a single curl command and is designed to work alongside both human developers and AI coding agents. The tool is currently at v1.0 and is actively documented at the Whop developer documentation site.

## What It Is

Whop CLI is a terminal-based tool that gives developers programmatic access to Whop's platform resources — the same underlying capabilities available through the Whop API, surfaced as shell commands. It targets three distinct audiences: human developers building on Whop, creators managing their Whop presence from the command line, and AI automation agents that can be instructed to set up and use the CLI autonomously. The homepage explicitly provides a ready-made prompt for AI coding agents to install, authenticate, and explore the CLI without manual intervention.

## How It Works

Installation is a single command: `curl -fsSL https://whop.com/install.sh | sh`. After installation, users authenticate via a browser-based flow. The CLI ships with an `llms.txt` file at `https://whop.sh/llms.txt`, a machine-readable resource designed to help AI agents understand the tool's capabilities and complete setup autonomously. This design pattern — providing both a human-readable homepage and an `llms.txt` for agents — reflects a deliberate focus on agentic and AI-assisted workflows.

## AI Agent Integration

A standout design choice is the explicit support for AI coding agents. The homepage surfaces a copyable prompt instructing an AI agent to read `llms.txt`, complete browser authentication on behalf of the user, and then report available next steps. This positions Whop CLI as an agent-ready tool from day one, not just a developer utility retrofitted for AI use.

## Platform and Deployment

- Runs on any system with a POSIX-compatible shell (macOS, Linux, and likely Windows via WSL)
- No local GUI required; purely terminal-driven
- Authentication is browser-based, keeping credentials out of the shell environment
- Documentation is hosted at `docs.whop.com/developer/cli`

## Update: v1.0 Launch

The CLI launched at version 1.0, with copyright dated 2026 by Whop. The homepage and install script are live, and the developer documentation is publicly accessible. This represents the initial public release of the Whop CLI toolchain.

## Features
- Terminal-based access to Whop API resources
- Single-command installation via curl
- Browser-based authentication flow
- AI agent-ready with llms.txt support
- Copyable AI agent setup prompt
- Developer documentation integration

## Integrations
Whop API, Whop platform

## Platforms
MACOS, LINUX, API, CLI

## Pricing
Free

## Version
1.0

## Links
- Website: https://whop.sh
- Documentation: https://docs.whop.com/developer/cli
- EveryDev.ai: https://www.everydev.ai/tools/whop-cli
