Documentation Index
Fetch the complete documentation index at: https://mintlify.com/botpress/botpress/llms.txt
Use this file to discover all available pages before exploring further.
Deploy bots, integrations, and plugins to Botpress Cloud.
Usage
Options
—noBuild
Skip build step:
—visibility
Set integration/plugin visibility:
bp deploy --visibility public
bp deploy --visibility private
bp deploy --visibility unlisted
—dryRun
Validate without deploying:
—botId
Deploy to specific bot:
—createNewBot
Create new bot instead of updating:
Deployment flow
Build
Project is built (unless —noBuild)
Validate
Definition is validated
Upload
Code is uploaded to cloud
Register
Resources are registered
Bot deployment
First deploy prompts for bot selection.
Subsequent deploys use cached bot ID.
Integration deployment
cd my-integration
bp deploy --visibility public
Integrations are deployed to workspace.
Plugin deployment
cd my-plugin
bp deploy --visibility public
Secrets
Integrations prompt for secrets:
? Enter value for API_KEY: ****
? Enter value for WEBHOOK_SECRET: ****