Botpress integration (AI, Developer Tools). Imported from open-connector.
https://api.botpress.cloud/v1/admin/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| nextToken | string | optional | The Botpress meta.nextToken value from the previous response. |
| handle | string | optional | The Botpress workspace handle to filter by. |
/bots
| Param | Type | Required | Description |
|---|---|---|---|
| dev | boolean | optional | Whether to return development bots instead of production bots. |
| tags | object | optional | Botpress tags to filter by. |
| nextToken | string | optional | The Botpress meta.nextToken value from the previous response. |
| sortField | string | optional | The Botpress field to sort by. |
| sortDirection | string | optional | The Botpress sort direction. |
/bots/{botId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The Botpress bot ID. |