AI Agents
Update a Chatbot
Updates an existing chatbot, or creates a new chatbot if one doesn’t exist.
PUT
/
api
/
projects
/
{projectName}
/
chatbots
/
{chatbotName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
chatbotName
string
requiredThe name of the chatbot
Body
application/json
chatbot
object
Response
200 - application/json
name
string
database_id
string
Connection to a chat app like Slack or MS Teams
agent_name
string
Agent object created beforehand. Alternatively, provide a large language model (LLM) using the model_name
parameter.
Was this page helpful?