Create agents from a template

POST
/v1/templates/:project/:template_version/agents

Creates an Agent or multiple Agents from a template

Path parameters

projectstringRequired

The project slug

template_versionstringRequired

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

Request

This endpoint expects an object.
tagslist of stringsOptional

The tags to assign to the agent

agent_namestringOptional

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

memory_variablesmap from strings to stringsOptional

The memory variables to assign to the agent

tool_variablesmap from strings to stringsOptional

The tool variables to assign to the agent

Response

201

agentslist of objects
Built with