Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage CLI profiles for different workspaces
bp profiles list
bp profiles ls
bp profiles active
bp profiles use <profile-name>
~/.botpress/ ├── config.json └── profiles/ ├── default.json └── production.json
bp profiles use production
Workspace: acme (abc123) API URL: https://api.botpress.cloud Authenticated: Yes
# Development workspace bp profiles use dev bp deploy # Production workspace bp profiles use prod bp deploy