The Pipecat Cloud CLI can be installed with the following command:
pip install pipecatcloud
You can run commands with the pipecatcloud or pcc command (for short).
pcc --version
Show the currently installed version of the Pipecat Cloud CLI.
pcc --help
Show a list of available commands for the Pipecat Cloud CLI.
pcc --config
Show the current configuration settings for the CLI (including an overrides.)

Local user config

CLI configuration is stored in ~/.config/pipecatcloud/pipecatcloud.toml by default. You can override this location by setting the PIPECAT_CONFIG_PATH environment variable. The local configuration file stores the following information:
  • Access token
  • The currently active namespace / organization
  • Default API keys and settings for each organization
It takes precedence over environment variables, but not command-line flags.