Agents
Create Agent
Create an agent for a chatbot specified by chatbot uuid
POST
/
api
/
v1
/
chatbot
/
<uuid>
/
agent
/
create
Path
uuid
string
requiredBody
name
string
requiredtype
string
requiredOne of the following values: user-facing
, background
, human-escalation
,
pre-canned
, spam-defense
description
string
prompt
string
temperature
float
meta
meta Object
temperature
float
Between 0
and 1
Only for user-facing
agents.
bias
float
Between 0
and 1
.
Only for user-facing
, human-escalation
, pre-canned
and spam-defense
agents.
stickness
float
Between 0
and 1
.
Only for user-facing
, human-escalation
, pre-canned
and spam-defense
agents.
default_message
string
Only for pre-canned
and spam-defense
agents.
tags
tags Object
Only for background
agents.
use_all_sources
boolean
Only for user-facing
agents.
Response
uuid
string
name
string
prompt
string
description
string
type
string
created_at
string
modified_at
string
enabled
boolean
By default, a newly created agent is disabled
meta
meta Object
data_source_uuids
List[string]
human_escalation_settings
HumanEscalationSettings Object
tool_functions
List[ToolFunction]
variables
List[AgentVariable]