Installation

To get started, install the Botpress CLI globally on your machine. The CLI includes the Botpress SDK and other useful packages for developing with Botpress.

Run the following command in your terminal:

npm install -g @botpress/cli
pnpm install -g @botpress/cli
yarn add -g @botpress/cli

You can check that your installation was successful by running the following command: