Create agents from a template (Cloud-only)
/v1/templates/{template_version}/agents
Creates an Agent or multiple Agents from a template
Path Parameters
template_version: string
Body Parameters
Create agents from a template (Cloud-only)
curl https://api.letta.com/v1/templates/$TEMPLATE_VERSION/agents \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $LETTA_API_KEY"