Botpress is the ultimate platform for building next-generation chatbots and assistants powered by OpenAI. Start building incredible assistants for your projects or businesses at lightning speed.
Getting started • Cloud • Documentation • Integrations • Agents
This repository contains:
- Integrations – all public integrations on the Botpress Hub
- Agents – all public agents on the Botpress Studio (coming soon)
- Devtools – all Botpress Cloud dev tools (CLI, SDK, API Client)
The /integrations
folder contains all our public and open-source integrations. We invite the community to contribute their own integrations to Botpress Cloud.
Create integrations using the Botpress CLI and submit a pull request to make your mark on the future of chatbots.
The Botpress Cloud environment is built using Typescript and Node.js. Make sure you have a recent version of Node (>16) and npm installed.
npm install -g @botpress/cli # for npm
yarn global add @botpress/cli # for yarn
pnpm i -g @botpress/cli # for pnpm
# Login for the first time
bp login
# Interactive command to build a new integration
bp init
By default, all integrations are private to the workspace they have been deployed in.
bp deploy
To submit your integration to the Botpress Hub and make it publicly available to the community, please make a pull request to this repository by following these Integration Contribution guidelines.
Coming soon.
Package | Description | Docs | Code |
---|---|---|---|
@botpress/cli |
Build and deploy private or public integrations | Docs | Code |
@botpress/client |
Type-safe client to consume the Botpress APIs | Docs | Code |
@botpress/sdk |
Internal package used by to build integrations | Docs | Code |
We love contributions from the community! We welcome pull requests that provide improvements or bug fixes for the CLI, Client, SDK or Integrations.
Please keep the contributions to integrations and open-source packages. For bugs or features related to the API, Botpress Cloud or the Botpress Studio, please talk to us on Discord instead!
All packages in this repository are open-source software and licensed under the MIT License. By contributing in this repository, you agree to release your code under this license as well.
Let's build the future of chatbot development together! 🤖🚀