MINARA

Create a Roundtable agent template

POST /v1/institution/agent-templates — Saves an independent reusable agent configuration.

POST /v1/institution/agent-templates

Saves an independent reusable agent configuration.

MethodPOST
Path/v1/institution/agent-templates
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "name": "Quality analyst", "description": "..." }

Response body

{ "template": {} }

On this page