← Tools Reference

Botpress

Botpress integration (AI, Developer Tools). Imported from open-connector.

API key3 toolshttps://api.botpress.cloud/v1/admin
GET
botpress_list_workspaces
List Botpress workspaces accessible to the connected API token.

/workspaces

2 parameters
ParamTypeRequiredDescription
nextTokenstringoptionalThe Botpress meta.nextToken value from the previous response.
handlestringoptionalThe Botpress workspace handle to filter by.
GET
botpress_list_bots
List Botpress bots in the connected workspace.

/bots

5 parameters
ParamTypeRequiredDescription
devbooleanoptionalWhether to return development bots instead of production bots.
tagsobjectoptionalBotpress tags to filter by.
nextTokenstringoptionalThe Botpress meta.nextToken value from the previous response.
sortFieldstringoptionalThe Botpress field to sort by.
sortDirectionstringoptionalThe Botpress sort direction.
GET
botpress_get_bot
Get details for one Botpress bot in the connected workspace.

/bots/{botId}

1 parameter
ParamTypeRequiredDescription
botIdstringrequiredThe Botpress bot ID.