create_agent
Create a new agent draft by passing its fields in camelCase; the backend validates and returns the agent with id and version.
Instructions
Create a new agent draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created agent with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The agent's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |