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