potpie setup
Options
| Option | Type | Description |
|---|---|---|
--repo | str | Repository path to bind during setup. Defaults to .. |
--pot | str | Default pot name to create or use. Defaults to default. |
--agent | str | Harness/agent profile to configure. Defaults to claude. |
--backend | str | Graph backend profile for this setup run. |
--scan | bool | Enable scanning during setup when supported. |
--dry-run | bool | Preview setup steps without executing them. |
--yes, -y | bool | Assume yes for prompts. |
--daemon / --in-process | bool | Choose detached daemon mode or in-process mode. |
Examples
potpie status
--host for daemon, pot, backend, and skills readiness.
Options
| Option | Type | Description |
|---|---|---|
--verify | bool | Verify integration credentials with lightweight API checks. |
--host | bool | Switch from auth status to host/pot readiness. |
--intent | str | Host-status intent, default feature. |
--harness | str | Harness used for host-status checks, default claude. |
--pot | str | Pot to evaluate for host status. |
Examples
potpie doctor
- daemon mode and uptime
- backend readiness and implemented capabilities
- active pot visibility
- ledger availability
- skill drift or readiness nudges
potpie whoami
none-style identity rather than a managed account subject.
potpie ui
Options
| Option | Type | Description |
|---|---|---|
--open / --no-open | bool | Open the explorer in a browser. |
--pot | str | Open the explorer against a specific pot. |
Examples
potpie config
<home>/config.json.
Subcommands
| Command | Purpose |
|---|---|
potpie config get <key> | Read a stored config value. |
potpie config set <key> <value> | Persist a config value. |
Examples
Recommended Lifecycle Sequence
- Install the CLI with
uv tool install potpieorpip. - Run
potpie setup. - Verify readiness with
potpie status --host. - Connect integrations with provider-specific login commands.
- Register the current repository with
potpie source add repo .. - Use
potpie uiorpotpie resolveto start working with the graph.

