Agent Templates
Create agent from template
We have created templates for some common use cases. You can use these templates to create an agent. For getting list of templates, you can use the /agent/template endpoint. It will give you the list of templates with their description and id. You can pass the id of the template in the request body to create an agent from the template.
post/agent/from-template
Request body
Response
Successful response
Example response
{
"status": true,
"data": "60d0fe4f5311236168a109ca"
}