Skip to main content
Run polpo <command> --help for the installed build’s authoritative option list.

Cloud project setup

polpo create

Template IDs are empty, chat, chat-widget, and multi-agent. Scenario IDs are none, data-analyst, marketing-researcher, and product-manager. Skill scope is global, project, or skip. Links a directory, pulls the project resources, writes .polpo/polpo.json, and creates local environment configuration.

polpo install

Known client IDs include claude-code, cursor, codex, copilot, windsurf, cline, trae, roo-code, qoder, and opencode.

Authentication

Deployment

polpo deploy synchronizes the local .polpo/ project to Cloud, including agents, teams, skills, memory, missions, playbooks, schedules, vault metadata, loop definitions, custom tools, and avatars when present.
--all enables the optional migration resources. --force overrides existing remote resources without prompting.

Custom tools

Custom tools are TypeScript files that default-export defineTool(...).
run --args must be a JSON object. rm and remove are aliases.

Agentic loops

validate checks JSON and TypeScript definitions under .polpo/loops. compile emits canonical loop JSON; --out is valid only when compiling one source file.

BYOK

Projects and organizations

Cloud monitoring

Local runtime

The OSS CLI also exposes local project operations:

Update

update and upgrade are aliases.