Create agents from a template (Cloud-only)
Creates an Agent or multiple Agents from a template
Path parameters
project_id
The project id
template_version
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
Headers
Authorization
Header authentication of the form Bearer <token>
Request
Body
agent_name
The name of the agent, optional otherwise a random one will be assigned
initial_message_sequence
Set an initial sequence of messages, if not provided, the agent will start with the default message sequence, if an empty array is provided, the agent will start with no messages
memory_variables
The memory variables to assign to the agent
tool_variables
The tool variables to assign to the agent
identity_ids
The identity ids to assign to the agent
Response
201
agents
deployment_id
The deployment ID of the created agents, group and blocks, can be used to identify from a specific invokation
group