Skip to main content

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.

Manage your bots with CLI commands.

List bots

List all bots in workspace:
bp bots list
Alias: bp bots ls

Get bot

Get bot details:
bp bots get --id <bot-id>

Create bot

Create a new bot:
bp bots create
Alias: bp bots new

Delete bot

Delete a bot:
bp bots delete --id <bot-id>
Alias: bp bots rm

Options

—id

Bot ID:
bp bots get --id abc123
bp bots delete --id abc123

—workDir

Working directory:
bp bots list --workDir ./my-bot