This document aims to provide a comprehensive guide to the Botpress Cloud developer experience. After reading it, you should be able to create and manage Bots and Integrations using the CLI and SDK.
Prerequisites
We assume you are a programmer that knows the JavaScript ecosystem and already has a basic knowledge of Botpress. Among other things, the reader should:
- have built at least one Chatbot with Botpress Cloud Studio
- be comfortable with the command line (either Bash, Powershell or any other shell)
- be familiar with Node.js (opens in a new tab), recommended version 18.x.x or later
- be familiar with TypeScript (opens in a new tab)