View and manage plugins in your Botpress workspace.
Get plugin
Retrieve details about a specific plugin:
Plugin reference
Specify plugin name and version:
List plugins
List all available plugins:
Alias: bp plugins ls
Filter options
—name
Filter by plugin name:
—versionNumber
Filter by version:
Combined filters
Delete plugin
Delete a plugin:
Alias: bp plugins rm
Usage
Deleting a plugin is permanent and cannot be undone.
Options
Authentication
All commands support authentication options:
Global options
All global options are available:
Examples
List all plugins
Get plugin details
Filter by name
Delete plugin
JSON output
Skip confirmation
Plugin details
The get command displays:
- Plugin ID
- Name and version
- Description
- Configuration schema
- Required permissions
- Dependencies
- Installation status
Use cases
Browse available plugins
Check plugin version
Export plugin list
Clean up old versions
What are plugins?
Plugins extend Botpress functionality:
- Knowledge Plugin: Add knowledge bases and RAG capabilities
- Analytics Plugin: Track and analyze bot performance
- Custom Plugins: Build your own extensions
Plugins are installed at the workspace level and available to all bots.
Installing plugins
Use the init command to create a new plugin:
Deploy to your workspace: