SuiteCloud Platform
NetSuite 2026.1
2026-06-22

2026.1 AI: N/llm Tooling, MCP Expansion, and Intelligent Close Manager

NetSuite 2026.1 adds GPT-OSS model support and tooling to the N/llm module, expands Model Context Protocol (MCP) with interactive apps and a prompt library, introduces a new Intelligent Close Manager dashboard portlet with AI-prioritized accounting tasks, and rolls out Narrative Insights for generative AI summaries on reports and records.

Affects:N/llm ModuleSuiteCloud AgentModel Context Protocol (MCP)MCP Standard Tools SuiteAppAI PreferencesAI Connector ServiceClose Manager Task RecordsIntegration RecordsCustom RecordsCustom FieldsPrompt StudioSuiteCloud Extension for VS Code

The 2026.1 AI release note is unusually broad — it bundles platform-level developer features (N/llm, MCP, SuiteCloud Agent) alongside end-user features (Narrative Insights, Intelligent Recommendations, Close Manager). The source text provides full detail only for Narrative Insights and Intelligent Close Manager; the remaining items are listed as headings only. This article covers what is documented and flags what you will need to verify independently.

N/llm Module Updates

GPT-OSS Model Support

The N/llm module now supports a GPT-OSS model. The source does not specify which GPT-OSS variant, how to select it via llm.generateText() or equivalent API calls, or whether governance costs differ from existing model options. Check the N/llm module reference for updated enum values on the model parameter.

Tooling Support

The N/llm module now supports "tooling" — likely the ability to define callable tools/functions that the LLM can invoke during generation (analogous to function-calling in other LLM APIs). No schema or code samples are provided in the source. Review the N/llm API docs for new method signatures, tool definition objects, and any governance implications.

Model Context Protocol (MCP) Expansion

MCP receives the largest set of changes in this release. The following are listed but not fully described in the source text:

  • Interactive MCP Apps — MCP tools can now apparently render interactive UI, not just return data.
  • Report Tool Enhancements — Improvements to the report tool in the MCP Standard Tools SuiteApp.
  • SuiteApp MCP App Interactive UI Support in Custom Tools — Custom MCP tools can now include interactive UI components.
  • New Prompt Library MCP App — A prompt library is now available within MCP Standard Tools.
  • Support for Consolidated Reports and New SuiteQL Tool — MCP standard tools now include a SuiteQL tool and support for consolidated (multi-subsidiary) reports.
  • General Enhancements to MCP Standard Tools — Unspecified improvements to the bundled tool set.

A new subtab in the Execution Log of Integration Records has been added specifically for AI Connector Service (MCP) traffic, giving admins visibility into MCP-related integration executions.

A companion SuiteApp for the NetSuite AI Connector Service is also introduced. Details on installation and configuration are not in the source.

SuiteCloud Agent Skills

New skills have been added to SuiteCloud Agent, and new agent skills are "available" (likely meaning published to the skill catalog). The source lists these as separate line items but provides no detail on skill names, capabilities, or how to enable them. Check the SuiteCloud Agent documentation for the updated skill list.

Narrative Insights (Generative AI Summaries)

Narrative Insights generates AI-powered summaries on supported reports and records. Users click Generate Insight on a supported report or record to produce a contextual summary highlighting trends, anomalies, risks, opportunities, and data gaps.

Key details

  • Controlled by the Enable Narrative Insights preference on the AI Preferences page (Setup > Company > General Preferences > AI Preferences — exact path may vary).
  • Enabled by default — if your organization has not reviewed AI feature preferences, this is already on.
  • Only users with the Administrator role can disable the preference.
  • Available in all NetSuite regions and all system-supported languages.
  • A new Narrative Insights subtab has been added to the AI Preferences page for granular management.

The list of supported reports and records is maintained in the "Narrative Insights Overview" help topic. The source does not enumerate them here.

Intelligent Close Manager Dashboard Portlet

This is a new accounting feature — a dashboard portlet that combines transaction data with AI-driven exception detection to centralize period-close management across A/R, A/P, and general accounting.

Enabling

  1. Navigate to Setup > Company > Enable Features (requires Administrator role).
  2. On the Accounting subtab, in the Advanced Features section, check Intelligent Close Manager.
  3. The portlet is automatically added to the Home dashboard. No additional setup or configuration is required.

Behavior

  • Close manager task records are created automatically in the first open accounting period after enablement. These are standard records — assignable to employees with due dates and status tracking.
  • Tasks are auto-generated based on transaction activity and enabled features/preferences. The mapping between features and generated tasks is documented in "Mapping Tasks and KPIs to Features and Preferences."
  • The portlet supports Period and Subsidiary filters.
  • KPIs include: Largest Outstanding Task, Exceptions, Potential Variance, and Net Income change.
  • Two task views: Default (workflow order) and AI Prioritized (ranked by transaction amounts, due dates, and business impact).
  • You can lock transaction types (A/R, A/P, Payroll) or the accounting period directly from the portlet.

Scripting considerations

The new close manager task records will likely be accessible via N/record (record type TBD — check the Records Browser for the internal ID). If you have automations that trigger on task record creation or that interact with period-close workflows, verify they account for these auto-generated records.

Other Notable Items (Limited Detail)

  • AI Preferences Access Changes for OCI Configuration — Access controls for AI preferences related to Oracle Cloud Infrastructure (OCI) configuration have changed. Review role permissions if your account uses OCI-backed AI features.
  • SuiteCloud Extension for VS Code — SuiteCloud Developer Assistant — A new AI-powered developer assistant is available in the VS Code extension.
  • Changes to Text Enhance — The Text Enhance UX has been updated; no specifics provided.
  • Prompt Studio Updates — Unspecified updates to Prompt Studio.
  • Intelligent Item Recommendations — CRM conversion workbook support, available-item filtering, column customization, and a new "Popular Item Recommendations" feature. A new subtab in AI Preferences controls these.
  • Payment Date Prediction for Invoices — AI-predicted payment dates on invoice records. No detail on which fields or how predictions surface.
  • NetSuite CPQ AI Assistant — An AI assistant for CPQ workflows.
  • Exception Management in Sandbox — AI exception management is now supported in sandbox accounts.
  • Item Creation Assistant — AI-assisted item record creation.
  • AI Description Field — A new AI-generated description field has been added to custom records, custom fields, and custom transactions. If you have scripts or integrations that read or write description fields on these record types, confirm the new field's internal ID does not conflict.
  • Intelligent Bill Capture — Listed but no details provided.

What to Do

  1. Review AI Preferences immediately. Narrative Insights is enabled by default. If your organization has data sensitivity or compliance concerns around generative AI processing of financial data, navigate to AI Preferences and evaluate all subtabs (Narrative Insights, Intelligent Recommendations).
  2. Check the N/llm module reference for the new GPT-OSS model enum value and tooling API. If you have existing N/llm scripts, test that current model selections still behave as expected.
  3. Audit MCP integrations. If you use MCP Standard Tools or have custom MCP apps, review the new SuiteQL tool, consolidated report support, and interactive UI capabilities. Check the new Execution Log subtab on integration records for MCP traffic visibility.
  4. Test Intelligent Close Manager in sandbox first. Enabling the feature auto-creates task records and adds a Home dashboard portlet. If you have customized dashboards or task-triggered workflows, validate in a sandbox environment before enabling in production.
  5. Verify custom record/field/transaction scripts. The new AI Description field on custom records, fields, and transactions may introduce a new field. Confirm the field ID and update any scripts or saved searches that enumerate fields on these records.
  6. Review SuiteCloud Agent skill additions if you have deployed agent-based automations, to determine if new skills affect existing agent behavior or present new automation opportunities.