Skip to main content
POST

Validate Agent Flow

Run validation on a candidate flow configuration without persisting changes. Returns the same errors that Update Agent Flow would return.

Endpoint

Path parameters

string
required
Agent UUID. Used to scope validation (e.g., to check that referenced action IDs exist).

Request headers

string
required
Bearer token. Format: Bearer talq_your_environment_token_here
string
required
Must be set to application/json

Request body

object
required
Same shape as in Update Agent Flow.

Examples

Response

Valid

Invalid

Notes

  • Use this from your editor before submitting an update — surfaces issues early without modifying agent state.
  • Validation rules cover: unique node IDs, reachability, valid next/branches targets, required fields per node type.