View and manage interfaces in your Botpress workspace.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.
Get interface
Retrieve details about a specific interface:Interface reference
Specify interface name and version:List interfaces
List all available interfaces:bp interfaces ls
Delete interface
Delete an interface:bp interfaces rm
Usage
Options
Authentication
All commands support authentication options:Global options
All global options are available:Examples
List all interfaces
Get interface details
Delete interface
JSON output
Skip confirmation
Interface details
The get command displays:- Interface ID
- Name and version
- Description
- Actions available
- Events supported
- Schema definitions
- Compatible integrations
Use cases
Browse available interfaces
Check interface version
Export interface list
Clean up old versions
What are interfaces?
Interfaces define contracts that integrations can implement:- LLM Interface: Language model capabilities
- Speech Interface: Speech-to-text and text-to-speech
- Vision Interface: Image analysis capabilities
Finding interfaces
List interfaces to see what’s available:Related commands
bp add- Install integrations and interfacesbp integrations list- List integrations implementing interfaces