aiAgent
Create a new aiAgent
This API creates a new AI Agent and returns the newly created id
POST
Authorizations
Cookie-based authentication
Body
application/json
The new AI Agent that should be created. If not defined, then a blank "new ai agent" will be created
Unique identifier of the AI agent (unsigned integer)
Required range:
x > 0
Category of this ai agent
Channels this ai agent is available on
The name of the AI agent visible to the user. It is also used by the LLM to validate if the intent is correctly identified
The description of the AI agent as defined by the user. It is also used by the LLM to validate if the intent is correctly identified
Response
200
application/json
New intent created
Data format of Enneo success messages
Operation was successful