Skip to main content
POST
/
api
/
agent_templates
/
{template_id}
/
instantiate
Instantiate Template
curl --request POST \
  --url https://api.example.com/api/agent_templates/{template_id}/instantiate \
  --header 'Content-Type: application/json' \
  --data '
{
  "overrides": {},
  "enabled": false
}
'
[
  "<unknown>"
]

Path Parameters

template_id
integer
required

Body

application/json
overrides
Overrides · object
enabled
boolean
default:false

Response

Successful Response