Files
2026-07-13 13:34:48 +08:00

12 lines
253 B
Markdown

# Botpress SDK
Official Botpress SDK for TypeScript. Made for building bots, plugins and integrations as code.
## Installation
```bash
npm install --save @botpress/sdk # for npm
yarn add @botpress/sdk # for yarn
pnpm add @botpress/sdk # for pnpm
```