AI Agents
Create a Chatbot
Creates a new chatbot.
POST
/
api
/
projects
/
{projectName}
/
chatbots
Path Parameters
projectName
string
requiredThe name of the project where agent resides
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?