Create Agents From Template
/v1/templates/{template_version}/agents
Creates an Agent or multiple Agents from a template
Path Parameters
template_version: string
Body Parameters
Returns
Create Agents From Template
curl https://api.letta.com/v1/templates/$TEMPLATE_VERSION/agents \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $LETTA_API_KEY"
{
"agent_ids": [
"string"
],
"deployment_id": "deployment_id",
"group_id": "group_id"
}Returns Examples
{
"agent_ids": [
"string"
],
"deployment_id": "deployment_id",
"group_id": "group_id"
}