Orchestrate multi-step workflows with dependency resolution, conditional routing, and human approval gates. Save verified workflows as reusable skills that any agent can call by name.
Real agent workflows are not single tool calls. They are multi-step pipelines where each step depends on the last and some steps need human approval. Flow provides the structure for these pipelines. Once a workflow is verified, save it as a skill — a reusable tool that any agent on your server can call by name without re-planning.
When flow.into
executes a workflow successfully, it can be saved as a
skill
with
its CTC — a cryptographic verification that the plan was validated
for type safety, cost bounds, and policy compliance. Skills appear as regular tools that any
agent on your server can call — no re-planning, no re-verification. Each execution is auditable
by CTC ID through inspect.ctc-executions.
{
"name": "data-grout@1/flow.route@1",
"arguments": {
"cache_ref": "rc_lead_data",
"branches": [
{ "when": "$is_enterprise", "then": "my-skill/enterprise-onboarding" },
{ "when": "_", "then": "my-skill/standard-onboarding" }
]
}
}
We can't find the internet
Something went wrong!