Celigo

Celigo Ora and Agent Builder: What NetSuite Teams Need to Know

Written by Nikunj Sharma Published September 4, 2026 11 min read
Celigo Ora logo in a glowing circular badge on a dark background, from Celigo's own Ora product launch title card

If you run NetSuite on Celigo, the same bottleneck probably sounds familiar. A finance team waits days for a mapping change that takes an hour of actual work, because the one person who understands the flow is booked on something else.

Errors sit in a queue nobody fully owns. A flow built correctly two years ago quietly drifts out of sync with the business and nobody notices until month end goes wrong.

Celigo built three related capabilities aimed at that gap: Ora, Agent Builder, and an MCP server. They are not the same thing, and most coverage of the launch has blurred the difference. This guide assumes you already know what Celigo is and are using or evaluating it for NetSuite.

It separates the three capabilities, sets out what each can actually do today, and covers the governance decisions that determine whether opening them up helps your estate or adds a new kind of mess.

Celigo’s own product overview: “Celigo Agent Builder + Ora — Build AI Agents Across Every System.” Source: Celigo on YouTube.

What Celigo Ora Is

Ora is a natural language interface built into Celigo itself, not a chatbot layered on top of one screen. You describe what you want changed, built or diagnosed, and a set of specialised agents that understand your account’s connections, flows and data act on the request.

Celigo describes Ora as a multi-agent system: separate specialists for flows, connections, integration error management, scripts and APIs, coordinated by an orchestration layer that routes each request to the right one. Connect it to your account and it builds a live knowledge graph of every integration, flow and dependency, which is what lets it reason about the impact of a change before making it.

Nothing happens automatically. Ora stages every change for review, and offers two modes: have it act immediately, or have it walk you through the plan first. That approval step is the same design principle that runs through governance across all three capabilities, covered in more detail below.

Ora, Agent Builder and MCP: How They Differ

These three ship together but solve different problems. Confusing them leads to the wrong adoption plan.

Ora

Works on your existing Celigo account, by conversation

Agent Builder

Creates a new automation that then runs on your account

MCP Server

Exposes your capabilities to AI agents outside Celigo

CapabilityWhat it isWhat it is for
Celigo OraA natural language interface built into the Celigo platformBuilding, modifying, diagnosing and operating your own integrations, by conversation instead of manual configuration
Agent BuilderA low-code environment for creating AI agentsCreating an autonomous agent that reasons through a defined task and takes action across systems, with guardrails you configure
Celigo MCP serverA managed server that publishes selected integrator.io capabilities as governed toolsExposing your Celigo automations and business logic to external AI agents or assistants in a controlled, audited way

Put simply: Ora is how you work on your Celigo account. Agent Builder is how you create something that runs as an automation on your account. The MCP server is how you let AI agents outside Celigo call into your account’s capabilities without giving them the keys.

What Each Capability Can Do Today

Ora

Celigo documents four practical things Ora does: building new flows from a plain-language description, modifying existing automations through the same interface, diagnosing why something failed by tracing audit logs and dependency data to a root cause, and operating automations day to day without menu navigation.

It works across deterministic flows, AI agents, B2B flows and data syncs through one interface, and covers roughly twenty resource types, including flows, connections, scripts, APIs and EDI profiles.

One design detail matters for cost and reliability: Celigo’s platform decides per step whether an automation should run on a deterministic script or use generative AI for genuinely ambiguous work such as classifying intent. A validated order moving from Shopify into NetSuite is not ambiguous, and it is worth confirming during setup that your financial flows are running deterministically rather than through a model.

Agent Builder

Agent Builder lets you define an agent’s instructions, the tools and connections it can use, and its multi-step logic, then attach guardrails so it stays inside policies you set. You can require human approval at any decision point you consider critical.

Celigo’s guardrails can screen for PII exposure, apply content moderation and enforce custom business rules on what an agent is allowed to do. Support for Google Gemini models alongside OpenAI, including bring-your-own-key configurations, was added in a later 2026 release.

Celigo MCP Server

You build your own MCP server inside Celigo’s AI Studio, choosing which APIs and integration capabilities to publish as callable tools, with an authentication token controlling access and full request logging for audit.

A later release added support for MCP resources (read-only reference data agents can pull for context) and MCP prompts (reusable, standardised prompt templates), plus the option to authenticate connecting clients with a user’s own Celigo sign-in instead of a separate identity provider.

Celigo names specific tools in its own documentation for that identity-based sign-in flow: users connecting through Claude or Cursor are directed to a standard Celigo sign-in page.

Celigo’s broader compatibility claim is that any MCP-compatible assistant, IDE or agent framework can invoke the server, citing OpenAI and Claude as examples of where an agent might be built. We are not extending that list to other clients Celigo has not named, since behaviour against an unlisted client is unverified.

A note on unofficial tooling. A search for “Celigo MCP server” also surfaces a separate, community-built open-source package on GitHub and npm, unaffiliated with Celigo, offering a different and broader tool set.

That project is not Celigo’s own MCP server and is not covered by Celigo’s support, security review or documentation. If you are evaluating MCP access to your Celigo account, confirm you are looking at the server built inside AI Studio, not a third-party alternative.

Practical Use Cases for a NetSuite Team

Be specific here, since the vendor framing is broad and most teams have a narrower budget than the marketing suggests.

Error triage and first-line diagnosis. Integration errors follow patterns: a required NetSuite field is empty, a subsidiary was not assigned, a customer record does not exist yet, or an API rate limit was hit at a peak hour. Describing a failure and getting a traced diagnosis back saves a senior person’s attention on a routine problem, which is usually the most expensive resource in an integration operation.

First drafts of standard flows. Order sync, customer sync, item sync and fulfilment updates against well-documented APIs are where natural language building is strongest. The output still needs review. Be more cautious with anything touching revenue recognition, multi-book accounting, intercompany transactions or custom SuiteScript hooks, where the accounting consequence of a mistake is the real risk, not the field mapping.

Reducing the change queue for business teams. If operations or finance currently files a ticket for every threshold adjustment or notification tweak, a governed self-service path removes real friction, provided the governance is configured first.

A narrow agent for one bounded task. Agent Builder is a better fit for a well-defined, repeatable job with a clear success measure, such as classifying inbound support tickets or routing exception records, than for open-ended automation of a whole process.

What Remains Under Human Control

Governance is built into the platform rather than bolted on afterward. Every Ora action is staged for approval before it takes effect. Agent Builder lets you require a human checkpoint at any step you name. Celigo maintains full audit logging across MCP server requests, Ora actions and agent executions, recording inputs, decisions and resulting changes.

What the platform does not do is decide these boundaries for you. Which flows can run unattended, which need a person to approve first, and who is allowed to build against which connections are decisions your team has to make deliberately, account by account and flow by flow.

Permissions, Data Access and Governance

Before opening any of this beyond your integration specialists, settle the following.

Who can build, and against which systems. Ora lowers the skill floor for making a change, which means the population of people who can act is now larger than the population who understand the consequences. Scope access deliberately rather than defaulting to broad.

Which flows require human approval. Anything writing to the general ledger, touching revenue recognition, changing item costing or affecting a customer-facing commitment should sit behind an approval gate, configured per flow rather than once at account level.

What an agent is permitted to do autonomously. For Agent Builder specifically, the operative question is not what an agent can technically do but what it is allowed to do without asking first. Start narrower than feels necessary and widen based on evidence from real runs.

Environment discipline. Nothing about natural language building changes the case for building and testing in sandbox first. Faster building makes environment separation more important, not less.

MCP token scope. Each MCP server’s access token defines what an external agent can reach. Treat token issuance with the same care as any other credential with write access to business systems, and review the request log periodically rather than assuming the audit trail is being watched.

Which Option Fits Which Organisation

Not every team needs all three capabilities on day one.

Start here

Start with Ora, integration-team-only, if your open error queue is large and your immediate goal is faster diagnosis and fewer stalled tickets. This is the lowest-risk entry point and the one with the clearest near-term payback.

Pilot candidate

Consider Agent Builder once you have a specific, bounded, repeatable task with a defined success measure, not as a general answer to “we want AI in our automation.” A narrow use case with clear guardrails is a realistic pilot. An open-ended agent with broad permissions is not.

If applicable

Use the MCP server if you already run AI assistants or agents outside Celigo that need governed, audited access to your integration capabilities, rather than ad hoc API credentials scattered across tools.

Not yet

Wait if your NetSuite data model or subsidiary structure is not stable yet. A natural language interface builds against what your account actually looks like. If item records are inconsistent or custom fields have accumulated without governance, faster building compounds the existing problem rather than fixing it.

Readiness Checklist

  • Confirm your Celigo edition includes Ora, Agent Builder and MCP server access, and check current entitlement with your account team.
  • Identify who on your team will have build access initially, and to which connections.
  • List which flows touch the general ledger, revenue recognition, item costing or customer-facing commitments, so approval gates can be scoped correctly.
  • Confirm your NetSuite master data (subsidiaries, item records, custom fields) is clean enough to build against safely.
  • Decide your sandbox-first policy for anything built through Ora or run through Agent Builder.
  • If considering the MCP server, identify which external AI tools would actually consume it and what data they need access to.

A Practical Adoption Path

  • 1

    Weeks 1 to 2. Turn on Ora for your existing integration team only, and use it exclusively for diagnosing errors in your live open error queue. Low risk, measurable, and it teaches your team how the tool reasons before you trust it with builds.

  • 2

    Weeks 3 to 4. Add build access in sandbox. Have your team rebuild a flow they already know well and compare the result to what they would have built manually, to calibrate trust rather than save time yet.

  • 3

    Weeks 5 to 8. Define the governance model in writing: which flows need approval, who can build against which connections, what the review cadence is. Then extend access to one business team with a genuine backlog of small requests.

  • 4

    Month 3 onward. Evaluate Agent Builder for one narrow, well-bounded use case with a clear success measure. Avoid anything with direct financial posting consequences until you have operational evidence from lower-stakes work.

The same readiness questions that apply to enabling AI features inside NetSuite itself apply here. Our NetSuite AI readiness checklist covers that groundwork in more depth.

Where This Leaves a Celigo and NetSuite Team

Ora, Agent Builder and the MCP server change where time gets spent on integration work, not whether someone needs to understand the estate. Diagnosis and first drafts get faster. Architecture decisions, NetSuite configuration judgment and ownership of how flows interact with each other still benefit from experience, and still need a name attached to them.

The teams that get real value from this early are the ones that scope access deliberately and treat governance as a design decision made before rollout, not a setting revisited after something goes wrong.

Planning how Ora or Agent Builder fits your Celigo estate?

Discuss Your Celigo AI and Integration Requirements

ERP Peers is an authorized Celigo partner. We can help you scope which capability fits your NetSuite integration estate and set the governance model before you open access, not after.

Discuss Your Celigo AI and Integration Requirements

Primary Sources

Facts in this article are drawn from Celigo’s own product pages and Help Center documentation, and from independent reporting on the general availability announcement, cited beside the claims they support above. Celigo-reported adoption figures are identified as vendor-reported where used.

Frequently Asked Questions About Celigo Ora and Agent Builder

Yes. Celigo announced Ora's general availability on 2 September 2026. Ora entered beta in late March 2026 according to Celigo's own launch announcement, though Celigo's dated Builders Hub release notes document the beta capability as part of the April 2026 platform release, published 13 April 2026. Confirm current status with your account team if the exact beta window matters to your planning.

Ora is the natural language interface you use to build, modify, diagnose and operate automations on your own Celigo account. Agent Builder is a separate low-code environment for creating AI agents that run as automations, reasoning through a defined task and acting across systems under guardrails you configure. They ship on the same platform but solve different problems.

No. The MCP server is a managed server you configure inside Celigo's AI Studio to publish selected integration capabilities as governed tools that external AI agents can call. It reached general availability earlier, in Celigo's January 2026 release. Ora is a conversational interface inside Celigo itself; the MCP server exposes Celigo capabilities to agents built outside Celigo.

It can produce standard patterns against common connectors with a lower skill requirement than manual configuration. It builds against your existing NetSuite data model and account structure as they are, so it does not substitute for understanding your accounting treatment or the downstream consequences of a mapping decision. Most teams find it shifts where specialist time goes rather than removing the need for it.

Only with governance configured first. Ora stages every change for approval before it takes effect, and Celigo provides audit logging across actions, but your team still has to decide which flows require human sign-off and who has build access to which connections. The platform provides the controls; it does not make the governance decisions for you.

Celigo's documentation names Claude and Cursor specifically in the context of its Celigo-identity sign-in flow for MCP servers, and describes broader compatibility with any MCP-compatible assistant, IDE or agent framework, citing OpenAI and Claude as examples. We have not listed other MCP clients here because Celigo's own documentation does not name them, and unlisted-client behaviour is unverified.

Continue exploring

Get In Touch

Our customer support team is available for help.

Let's Talk Business!