build_cloud_flow
Build a CloudFlow from a natural language description, generating nodes and connections while streaming incremental build events with the new flow's ID.
Instructions
Manage CloudFlow. Creates a new CloudFlow and generates its nodes and connections based on the provided natural language intent. The operation streams incremental build events, including the ID of the newly created flow, as they are produced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Natural language description of the CloudFlow to build from scratch. | |
| conversationId | No | ID of an existing conversation to continue. When omitted, a new conversation is started. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |