Get In Touch
Our customer support team is available for help.
Celigo

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.
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.
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
| Capability | What it is | What it is for |
|---|---|---|
| Celigo Ora | A natural language interface built into the Celigo platform | Building, modifying, diagnosing and operating your own integrations, by conversation instead of manual configuration |
| Agent Builder | A low-code environment for creating AI agents | Creating an autonomous agent that reasons through a defined task and takes action across systems, with guardrails you configure |
| Celigo MCP server | A managed server that publishes selected integrator.io capabilities as governed tools | Exposing 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.
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 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.
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.
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.
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.
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.
Not every team needs all three capabilities on day one.
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.
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.
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.
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.
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.
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.
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.
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.
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?
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.
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.
Our customer support team is available for help.
Need help with NetSuite?
Chat with our team.