For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chatbot management

Retrieves a specific chatbot

get

Required Permission: chatbots.get

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot to be retrieved.

workspaceIdstringRequired

The ID of the workspace.

Responses
get
/v1/workspaces/{workspaceId}/chatbots/{chatbotId}

Updates an existing chatbot

patch

Required Permission: chatbots.edit

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot to be updated.

workspaceIdstringRequired

The ID of the workspace.

Body
Responses
patch
/v1/workspaces/{workspaceId}/chatbots/{chatbotId}

Last updated