deploy
Installation
SKILL.md
Deploy an agent to Pipecat Cloud. This skill walks through the full deployment process interactively, confirming each step with the user.
Arguments
/deploy [--config <PATH>] [--env <PATH>]
--config(optional): Path topcc-deploy.toml. Defaults topcc-deploy.tomlin the current directory.--env(optional): Path to.envfile for creating secrets. If not provided, the skill will look for a.envfile in the same directory as the config file.
Examples:
/deploy/deploy --config examples/mybot/pcc-deploy.toml/deploy --config examples/mybot/pcc-deploy.toml --env examples/mybot/.env
Prerequisites
Before starting, verify these prerequisites and inform the user about any that are missing:
Related skills