v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
templates

Create agents from a template (Cloud-only)

Creates an Agent or multiple Agents from a template

post/v1/templates/{project_id}/{template_version}/agents

Path parameters

project_idstring required

The project id

template_versionstring required

The template version, formatted as {template-name}:{version-number} or {template-name}:latest

Request body

tagsstring[]

The tags to assign to the agent

agent_namestring

The name of the agent, optional otherwise a random one will be assigned

memory_variablesobject

The memory variables to assign to the agent

tool_variablesobject

The tool variables to assign to the agent

identity_idsstring[]

The identity ids to assign to the agent

Response

201

deployment_idstring required

The deployment ID of the created agents, group and blocks, can be used to identify from a specific invokation