Agent-driven orchestration is a different integration model
Traditional NetSuite integrations are built as fixed point-to-point connections: a script or middleware flow moves data from A to B in a predetermined way, and any change in the process requires a developer to modify that logic directly. The 2026.2 preview's agent-driven orchestration on the Integration Platform works differently — AI agents determine the most efficient way to connect systems and execute workflows using your preferred LLM, rather than following a hard-coded path.
That's a meaningful architectural shift. It moves some integration logic from static code into an adaptive layer that can respond to changing conditions without a full redeployment — but it also means integration design now includes decisions about what the agent is allowed to decide versus what stays fixed.
- Agents choose connection and execution paths instead of following fixed logic.
- Reduces custom orchestration code for adaptive, multi-system workflows.
- Works with your preferred LLM rather than a single locked-in model.
Human-in-the-loop controls address the real risk
The feature most worth paying attention to isn't the automation itself — it's the added control layer. Human-in-the-loop automation lets agents pause at defined stages to request approvals or collect input before continuing, rather than running an entire workflow end-to-end without oversight.
This is the same governance question every AI-in-ERP conversation eventually reaches: how do you get the efficiency of automation without losing control over financially or operationally sensitive actions? Building explicit pause points into the workflow, rather than trusting the agent's judgment end-to-end, is the practical answer NetSuite is shipping here.
- Agents pause for approval at defined, configurable stages — not just at the end.
- Reduces risk on sensitive, ambiguous, or exception-prone decisions.
- Improves auditability by logging where human input changed the outcome.
Prebuilt connectors keep reducing the case for custom builds
The release also ships a new NetSuite Connector for ADP Workforce Now, automating employee records, payroll journal entries, and paycheck data flow into NetSuite, and an upgraded Connector for Outlook Premium that syncs email, attachments, and calendar activity to NetSuite records automatically.
For teams evaluating build-vs-buy on integrations, this is another data point in favor of checking native and Oracle-built connectors before scoping a custom RESTlet integration — the maintenance burden of a custom build only pays off when the workflow genuinely doesn't fit what's already available.
- ADP connector removes custom payroll-to-finance integration work.
- Outlook Premium connector keeps CRM data current without manual logging.
- Check native connector coverage before scoping a custom API integration.
What this means for your integration roadmap
If your team maintains several custom NetSuite integrations today, the practical takeaway isn't to rebuild everything around agentic orchestration immediately. It's to start distinguishing which of your integrations are genuinely dynamic — where conditions and routing change often enough that an adaptive agent layer would reduce maintenance — versus which are simple, stable data flows that a fixed script already handles well.
That distinction should drive where you pilot agentic orchestration first. Complex, multi-system workflows with a lot of conditional branching are the better test case than a simple one-way sync that doesn't need that flexibility.
- Audit current integrations for genuine dynamic complexity versus simple fixed flows.
- Pilot agentic orchestration on one multi-system workflow before wider adoption.
- Define human-approval checkpoints explicitly rather than defaulting to full automation.
- Reassess custom RESTlet integrations against new native connectors before renewing scope.
Shahin Zakizadeh
Founder & Principal NetSuite Consultant at SZnetsuite — SuiteScript development, automation, integrations, and billing for growing NetSuite teams.
About the practiceRelated services
Keep reading
NetSuite Integration Guide: APIs, Connectors, and Middleware Compared
How to choose between native connectors, direct API/RESTlet integrations, and middleware platforms for connecting NetSuite to the rest of your stack.
Read articlePerformanceNetSuite Performance Optimization Checklist
A practical checklist for finding bottlenecks in searches, scripts, workflows, integrations, and user experience.
Read article