Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Schema for creating a new agent.
Description of what the agent does
Style of the agent
default
, react
, planner
Name of the agent
Display name of the agent
Instructions for the agent
List of tool names available to the agent
List of other agent names this agent can collaborate with
LLM identifier for the agent
Supported apps of the agent
List of glossary available to the agent
List of guidelines for the agent behavior
List of knowledge_base available to the agent
To show or hide agent when agents are listed
JSON schema defining the structure for agent responses
Reference to a Python tool ID that will be used for custom synthesis of task results
Agent Additional Settings A specification for settings within an agent
List of tags associated to agent
Chat with Documents config for Agent
Enable access to context variables for this agent
List of context variable names that this agent can access
Voice configuration for the agent
Response
Successful Response
The response is of type any
.