Added

Build a CloudFlow from scratch

Update

Adds the Build a new CloudFlow from scratch method (POST /cloudflow/v1/flows/actions/build). The request body requires a question property (natural-language intent) and may include conversationId to continue an existing conversation. The response is a text/event-stream of incremental build events, including the ID of the newly created flow.

Impact

You can create a new CloudFlow from natural language without first supplying an existing flow ID to refine. Clients must accept text/event-stream (otherwise the method returns 406).