relay_workflow_run
Execute multi-step AI workflows with reduced context usage by keeping intermediate results in the workflow engine, supporting multiple model calls and tool integrations.
Instructions
Execute a multi-step AI workflow. Intermediate results stay in the workflow engine (not your context), providing 90%+ context reduction on complex pipelines. Use for any task requiring multiple model calls or tool integrations. Cost tracks your provider bills, not RelayPlane fees - we're BYOK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name for tracing | |
| steps | Yes | Workflow steps | |
| input | Yes | Input data (accessible via {{input.field}}) |