Skip to main content
This page covers the commands you use to install, bootstrap, inspect, and operate a local Potpie environment.

potpie setup

Idempotent first-run provisioning for config, storage, daemon, default pot, and skills.

Options

Examples

potpie status

By default this shows integration auth status. Use --host for daemon, pot, backend, and skills readiness.

Options

Examples

potpie doctor

Runs local diagnostics across:
  • daemon mode and uptime
  • backend readiness and implemented capabilities
  • active pot visibility
  • ledger availability
  • skill drift or readiness nudges

potpie whoami

Shows the current host identity. In local OSS mode this typically reports a none-style identity rather than a managed account subject.

potpie ui

Launches the local graph explorer served by the daemon.

Options

Examples

potpie config

Local config is persisted to <home>/config.json.

Subcommands

Examples

  1. Install the CLI with uv tool install potpie or pip.
  2. Run potpie setup.
  3. Verify readiness with potpie status --host.
  4. Connect integrations with provider-specific login commands.
  5. Register the current repository with potpie source add repo ..
  6. Use potpie ui or potpie resolve to start working with the graph.