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.
  • Use the Botpress Cloud API to interact with the platform, notably the Chat API and Files API.

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, recommended version 18.x.x or later.
  • Be familiar with TypeScript.