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.
Use profiles to switch between different Botpress workspaces and environments.
List profiles
List all available profiles:
Alias: bp profiles ls
Active profile
Show current active profile:
Displays:
- Workspace ID
- Workspace handle
- API URL
- Token status
Use profile
Switch to a different profile:
bp profiles use <profile-name>
Profile configuration
Profiles are stored in:
~/.botpress/
├── config.json
└── profiles/
├── default.json
└── production.json
Examples
Switch to production
bp profiles use production
View active profile
Output:
Workspace: acme (abc123)
API URL: https://api.botpress.cloud
Authenticated: Yes
Multiple workspaces
Use profiles to work with multiple workspaces:
# Development workspace
bp profiles use dev
bp deploy
# Production workspace
bp profiles use prod
bp deploy