POST
/
api
/
projects
/
{projectName}
/
chatbots
curl --request POST \
  --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbot": {
    "name": "<string>",
    "database": "<string>",
    "agent": "<string>"
  }
}'
{
  "name": "<string>",
  "database": "<string>",
  "agent": "<string>"
}

Path Parameters

projectName
string
required

The name of the project where agent resides

Body

application/json
chatbot
object

Response

200
application/json
Created a chatbot
name
string
database
string

Connection to a chat app like Slack or MS Teams

agent
string

Agent object created beforehand