Create an agent template (metadata only).
Creates a new agent template with metadata only. Graph structure is mutated later via POST /agent//update.Documentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
POST /agent/create does not accept graph fields (graph, nodes, connections, create_video_input_node). Sending them returns a validation error.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Agent name (1-120 chars). |
description | string | No | Agent description (<=5000 chars). |
visibility | string | No | public or private. |
workspace_id | string | No | Target workspace UUID. Defaults to organization primary workspace. |