Create a Roundtable template
POST /v1/institution/roundtable-templates — Saves a titled, described, self-contained phase and agent configuration.
POST /v1/institution/roundtable-templates
Saves a titled, described, self-contained phase and agent configuration.
| Method | POST |
| Path | /v1/institution/roundtable-templates |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "title": "Value committee", "description": "...", "phases": [] }Response body
{ "template": {} }