Sovereign Platform is in pre-launch alpha.
Not yet available to purchase. Sign up for our mailing list for upcoming launch dates.
Sovereign Platform is in pre-launch alpha.
Not yet available to purchase. Sign up for our mailing list for upcoming launch dates.
Agent nodes bring autonomous AI reasoning into your workflows. Unlike regular AI steps that run a single prompt, an Agent node gives an AI model a goal and a set of tools, then lets it figure out how to accomplish the task on its own.
License Required
Agent nodes require a license with AI/Agent capabilities enabled. Check your license details in the Licensing section to confirm availability.
When a workflow reaches an Agent node, here is what happens:
This loop lets the agent handle tasks that require multiple steps, judgment calls, and adaptation based on intermediate results — things that would be difficult to hard-code as a fixed sequence of workflow steps.
Agent nodes are ideal when:
Examples:
For tasks with a known, fixed sequence of steps, regular workflow nodes are more efficient and predictable.
Agent nodes can use any action registered in your Sovereign deployment as a tool. This includes:
The tools available to each Agent node are configured in the workflow definition. You can limit which tools an agent has access to, controlling the scope of what it can do.
When you add an Agent node to your workflow:
Start Narrow, Expand Carefully
Give the agent only the tools it needs for the task. An agent with access to 200 tools will be slower and less reliable than one with access to the 5 tools that matter. Start with a minimal tool set and add more only when needed.
| AI Step | Agent Node | |
|---|---|---|
| Execution | Single prompt, single response | Multi-step reasoning loop |
| Tools | None — just processes text | Can use any registered action |
| Predictability | High — same input produces similar output | Lower — the agent decides its own path |
| Speed | Fast — one API call | Slower — multiple iterations |
| Best for | Known transformations (classify, summarize, extract) | Open-ended tasks requiring judgment |
Agent nodes require a license with AI/Agent capabilities enabled. If your license does not include this feature, Agent nodes will be rejected at dispatch time with a clear error message.
License Required
Agent nodes are a premium capability gated by your license. Ensure your license includes AI/Agent features before adding Agent nodes to workflows.