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.
| Method | POST |
| Path | /v1/institution/agent-templates |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "name": "Quality analyst", "description": "..." }Response body
{ "template": {} }