BRING PLOY TO YOUR TERMINAL

The Ploy CLI is a standalone command-line interface for managing websites, content, publishing, automations, and AI agent workflows from the tools you already use.

Install and sign in

curl -fsSL https://ploy.ai/install.sh | sh
ploy login

ONE CLI. THREE WAYS TO WORK.

People

Manage sites, content, and publishing without leaving the terminal.

Automations

Turn repeatable Ploy workflows into commands your team can run again and again.

AI agents

Give Claude Code, Codex, and remote agents the context to work inside your Ploy site.

Standalone by design.

One installer gives you the Ploy CLI on macOS and Linux, with no Bun, Node.js, or npm required.

See installation options

A website CLI for real marketing work.

The Ploy CLI gives growth teams and developers one command-line interface for workspaces, sites, content, structured data, publishing, repeatable automations, and AI agent workflows. Use it interactively in your terminal or run explicit commands in scripts and CI.

Manage websites and publishing

Choose a workspace and site, inspect its status, connect Code Sync, and publish when a reviewed change is ready. Interactive selectors make everyday use quick, while workspace and site IDs support reliable non-interactive commands.

Run content and automations

Work with Documents, Ploybooks, databases, tables, queries, and CSV imports from the same website CLI. Marketing teams can manage site content and structured data without piecing together a separate command-line tool for every workflow.

Give AI agents site context

Use Ploy as an AI agent CLI for Claude Code, Codex, and remote agents. Agents can inspect a site's theme, pages, and reusable components, then work with the same Ploy context as your team. API tokens support remote agents and CI without an interactive browser login.

Ploy CLI FAQ

Does the Ploy CLI require Node.js?

No. The installed Ploy CLI is a standalone binary and does not require Bun, Node.js, or npm. A few local inspection commands may use Node.js or Bun when the documentation notes it.

Can I use the Ploy CLI in CI?

Yes. Use a Ploy API token and explicit workspace or site IDs for remote agents, deployment scripts, and other non-interactive environments.

Which operating systems are supported?

The standalone installer supports macOS and Linux on arm64 and x64. The built-in help stays aligned with the exact CLI version installed on your machine.