Validate Agent Spec flow on runtime
Validate an Agent Spec flow specification against the runtime without executing it. Checks for structural correctness, valid node references, and property compatibility.
Authorizations
JWT token for authentication
Body
Agent Spec Flow — a directed, potentially cyclic graph of nodes. Flows function as "subroutines" encapsulating repeatable processes. They separate control-flow (execution order) from data-flow (data routing).
flow Flow name
"document_processing"
Reference to the StartNode name
"start"
All nodes in the flow
Union of all Agent Spec node types. Discriminated by component_type.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
Execution order edges
Human-readable description
Data routing edges. When null, data flows by matching input/output property names across connected nodes.
Extension metadata