Order of operations matters. Switching app_uid clears trigger/action/config/connection (forces re-selection — same as the Studio UI). After that, trigger_key/action_key/agent_uuid/app_connection_uuid/config apply in order. Cannot edit a deployed flow — returns 409 unless you POST /undeploy first.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Updated
One step of a flow. The first step in a flow is always a trigger (kind=trigger); subsequent steps are actions. Branch children (under an if_condition) appear flat in the parent flow's steps[] with parent_step_uuid + branch_key populated.