Conversation Flow
Update Agent Flow
Update an agent’s conversation mode and flow configuration
PUT
Update Agent Flow
Update an agent’s conversation mode and (when applicable) the structured flow configuration. Submitting an invalid flow returns a 422 with details — use Validate Agent Flow to dry-run validation before saving.Endpoint
Path parameters
Agent UUID.
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereMust be set to
application/jsonRequest body
Conversation mode. Options:
llm_driven— LLM-guided conversation (knowledge + actions). Sendflow_config: nullor omit.flow_driven— node-graph driven.flow_configis required.
Flow definition. Required when
conversation_mode is flow_driven.Examples
Response
Error responses
422 — Invalid Flow
Notes
- Updating the flow does not change the agent’s status — but published agents need to be re-published if the flow change is breaking.
- See List Flow Versions to track historical configurations.