Iris AI

Iris in automation

Use Iris Agent and Tools nodes to let workflows reason, call tools, and continue routing.

Iris in automation

Iris can run inside Workflow Studio through the Iris Agent node and Tools node. Use it when a workflow needs reasoning, summarisation, classification, drafting, or tool-assisted investigation before continuing to the next step.

Node roles

NodeRole
Iris AgentHolds agentic data and runs the AI reasoning step.
ToolsProvides approved tools to an Iris Agent. The backend validates that a Tools node has an agent node as parent.
ScriptRuns deterministic custom code when AI reasoning is not appropriate.
Decision or RouteUses structured output or workflow data to move to the correct branch.

Configuration steps

  1. Add an Iris Agent node after the trigger or task that produces enough context.
  2. Describe the question Iris should answer and the output the workflow expects.
  3. Add a Tools node only when Iris needs to call approved tools.
  4. Follow the Iris node with a Decision, Route, Action, Task, or Approval node.
  5. Test with normal, edge, and missing-data examples before publishing.

For developers