Skip to main content
When you build an agent in the visual builder, you assemble it from steps (also called nodes) on the canvas. The node library groups them into four categories: Triggers, AI Steps, By Connector (actions), and Utility. This page is a reference to what each step does so you can pick the right one.
Every agent needs exactly one trigger to start it, and most pipeline agents end with an End step. AI steps and actions go in between.
If you are choosing between AI steps rather than looking up a specific step, start with Choosing AI steps.

Triggers

A trigger decides how an agent starts. Add one from the Triggers group; it becomes the start of the agent. See Triggers for setup details, including Run As for automated triggers.
In the library, trigger filters label these as Chat message, Form submission, Scheduled event, Webhook, Email, and Manual. A Chat Trigger always makes the agent a Chat agent; Form and Schedule triggers are typical of Automation (pipeline) agents.

AI Steps

AI steps are where the model reasons, responds, loops, and branches. Add them from the AI Steps group.
AI Approval is how you put a human in the loop before consequential work. Use it ahead of any step that writes to NetSuite, and keep it in place rather than relying on Auto-approve writes. See Approvals.

Actions (By Connector)

The By Connector group lists actions exposed by your connectors — read and write operations against external systems. The exact actions you see depend on which connectors are connected to your workspace. See Tools overview, Tools by Erstan, and Tools by connector for the tool catalog.
NetSuite actions that create or update records are writes. Each write tool has a write policy of Allow, Require approval, or Deny, and runs use per-user authorization. Gate writes behind Require approval or an AI Approval step. See NetSuite and Tools, skills & connections.

Logic and Utility

The Utility group holds structural and logic steps that shape the flow without calling the model directly.
Use Rule-Based Decision when the choice is clear-cut and should always behave the same way, and AI Branch when the path depends on judgment about messy input.

Next steps

The visual builder

Place these steps on the canvas and connect them.

Triggers

Set up how each agent starts, including Run As.

Tools, skills & connections

Give actions the connectors and skills they need.

Choosing AI steps

Compare AI Think, AI Respond, AI Plan & Execute, AI Agent, approvals, branches, and loops.

Approvals

How human-in-the-loop checks gate NetSuite writes.