Meet Nexus: the AI Layer Your Business Systems Have Been Waiting For
A configurable AI gateway that plugs into your ERPs, ticketing systems, and business data — and puts a real assistant in front of them.
How a configurable AI gateway turns your ERP, helpdesk, and line-of-business data into a single conversation — and what that looks like when it sits on top of tools like Zaptiva, Quickbase, Zoho, and Microsoft 365.
The problem with “AI for business”
Every software vendor has shipped a chatbot this year. Most of them do the same thing: answer questions from a public knowledge base, summarize a page, or draft an email. Useful — but a long way from the promise of an AI that knows your business.
The gap is plumbing. Real work lives inside systems: your ERP, your CRM, your ticketing platform, your onboarding tracker, your reporting stack. A useful AI assistant has to:
- Know who’s asking — and only show them what they’re allowed to see.
- Reach into the systems they already use — not just a pile of PDFs.
- Remember what happened last Tuesday — not treat every question like the first one.
- Behave differently for a field tech than for a CFO — same brain, different job.
- Be changeable without calling a developer — because the business changes every week.
Most “AI features” are wired into a single product. That’s why they feel shallow. What the enterprise needs is an AI gateway — a backend layer that connects to everything, enforces the rules, and lets any app or user talk to an intelligent agent that can do things, not just answer.
That’s what Nexus is.
What Nexus is, in plain English
Nexus is a configurable AI context gateway. Think of it as the middleware between the AI model and your business — the piece that decides what the AI is allowed to know, what it’s allowed to do, and how it behaves for each user, product, and tenant you serve.
A few things happen when a question comes into Nexus:
- It checks who’s asking and what they’re authorized to see.
- It pulls the right context — company profile, past conversations, relevant data — from your connected systems.
- It hands the question to a large language model with a tuned system prompt for this app and this user.
- If the model decides it needs to look something up or take an action, Nexus lets it — safely — by calling the tools you’ve wired up.
- It streams the answer back in real time and logs every step for auditing and improvement.
The result is an assistant that feels like an experienced colleague who already knows the account, the history, and the systems — not a generic chatbot stapled onto a login page.
The five things that make Nexus different
1. Tool use, not pre-loading. Instead of stuffing every possible data point into the prompt and hoping for the best, Nexus lets the AI decide what to fetch. It asks for a specific ticket, searches a specific knowledge base, looks up a specific record — only when it’s relevant. Faster, cheaper, and much more accurate than the “dump everything into context” approach most tools take.
2. Cross-session memory. Nexus remembers. Summaries of past conversations, the state of an ongoing issue, the user’s preferences — all carried from session to session so the assistant picks up where it left off. No more re-explaining yourself every time you open the chat window.
3. A smart model router. Simple questions get answered by a fast, low-cost model. Complex reasoning gets routed to a more capable one. That routing happens automatically in the background — you just get good answers at the right cost.
4. Multi-tenant by design. Every piece of data is scoped by tenant. Different customers, different brands, different products can live on the same Nexus install and never see each other’s anything. Credentials are encrypted per tenant. Conversations are isolated per tenant. The whole platform is built on the assumption that you’ll serve more than one audience — because most businesses do.
5. Configuration over code. This is the big one. In most AI tools, changing anything — a prompt, a tool, an integration — means a developer, a deploy, and a week. In Nexus, an admin opens a web page, edits a field, and clicks Save. New integrations plug in through adapters. New tools are defined in the database. New prompts are versioned with one-click rollback. The platform is built for the people who have to maintain it long after launch day.
Where Nexus fits: extending Zaptiva
If you’re already using Zaptiva for workflow automation and ERP integration, Nexus is the missing conversational layer on top.
Zaptiva does something hard: it takes messy data from a dozen sources — spreadsheets, legacy systems, accounting platforms, Quickbase apps — and moves it cleanly into the systems your team already uses every day. It’s deterministic, reliable, and purpose-built for finance and operations workflows.
But automation is half the picture. Once the data is flowing, somebody still has to ask questions of it, act on it, and make decisions. That somebody is usually a human using a dashboard, a report, or a phone call to someone in accounting.
Nexus flips that around. With Zaptiva keeping the data in order and Nexus sitting in front, a user can just ask:
- “What’s the status of invoice 4412?”
- “Did Acme’s payment post to the GL this morning?”
- “Submit an onboarding request for our new sales rep — they need Quickbase and FileBridge access.”
- “Show me all open support tickets tied to the migration we finished last week.”
Behind the scenes, Nexus reaches into Zaptiva-connected ERPs (QuickBooks, Sage, NetSuite, Microsoft Dynamics, Acumatica, Intuit Enterprise Suite), pulls the answer, and streams it back in seconds. When the AI needs to do something — create a record, file a ticket, trigger a Zaptiva workflow — it asks first, confirms the summary, then acts.
Together, the picture looks like this:
Zaptiva moves and transforms the data between your systems. Nexus lets your people talk to that data — and take action on it — in plain language, safely, with the right permissions, from any app you embed it in.
Where Nexus fits: standalone
Nexus doesn’t need Zaptiva to be useful. On its own, it’s the AI backend for any business application that needs to be smarter, more conversational, and more connected to real data.
A few shapes this takes in the real world:
- A white-labeled AI assistant inside your SaaS product. Your customers get an assistant that knows their account, their tickets, their usage — embedded in your app, branded as yours.
- An internal helpdesk agent that helps. Employees can ask HR, IT, or operations questions and get answers pulled from real sources — policies, tickets, onboarding records — not a stale FAQ page.
- A customer-facing support copilot. Hooked into your Zoho Desk (or any ticketing system), Nexus can look up a customer’s history, search the knowledge base, draft a ticket, and escalate when the human needs to step in.
- A data-retrieval agent for Quickbase. Give non-technical users a conversational way to ask questions of their Quickbase apps without learning report builder. Nexus handles field-level authorization so users only see what they’re allowed to see.
- The glue between Microsoft 365, Zoho, and everything else. Nexus treats each connected system as a tool. An assistant can search SharePoint, check an Outlook calendar, look up a Zoho ticket, and pull a Quickbase record — all in the same conversation, all on behalf of a specific authenticated user.
A day in the life: the agentic flow
Here’s what happens when someone asks Nexus a real question.
The user (a field technician): “Hey — can you check if there’s an open ticket on the Acme Industries network outage, and if there isn’t, file one? Priority should be high.”
What Nexus does, step by step:
- Validates the technician’s identity from the signed token their app already has.
- Loads the system prompt, permissions, and available tools for this product and this user.
- Pulls a short summary of the technician’s recent sessions — so it already knows Acme is the account they were working on yesterday.
- Sends the question to the AI model. The model decides the best first step is to search the ticketing system.
- Nexus calls
search_tickets_by_topic— scoped to the technician’s authorized accounts. - No open ticket found. The model decides to create one, but first confirms: “I didn’t find an open ticket. Should I file a new one titled ‘Acme Industries network outage’ at Priority Level 1?”
- The technician says yes. Nexus calls
create_ticket. The ticket is filed, a reference number comes back, and the assistant streams the confirmation with a clickable link. - Every step is logged — who asked, what tools were called, what sources were used, how many tokens it cost.
That entire flow happens in seconds, with the right permissions enforced at every hop, and with full audit trail at the end. No custom code. No developer on standby. Just configuration.
The integrations you have today — and the ones you haven’t built yet
Nexus ships with a set of production-grade connectors out of the gate: Zoho Desk (knowledge base and tickets), Quickbase (with field-level authorization and a visual schema browser), Microsoft 365 (SharePoint, Outlook, calendar, chat search), MySQL via AWS Lambda, and a generic HTTP Function adapter that speaks AWS SigV4, Bearer Tokens, API Keys, and Basic Auth out of the box. That last one matters — if a system has an API, Nexus can usually talk to it today, without writing a new adapter.
The bigger story is what happens when you start adding connectors of your own. Every new integration plugs into the same adapter framework, inherits the same authorization model, shows up as configurable tools in the admin UI, and becomes immediately available to every assistant running on the platform. One new connector doesn’t just add one capability — it multiplies with everything else you’ve already wired in.
Built for the people who have to maintain it
Most AI tools are a honeymoon. They look great at launch and turn into technical debt by month three. Nexus is designed for what happens after launch:
- A correction loop. When the AI gets something wrong, an admin clicks a pencil icon, describes what was wrong in plain language, and Nexus proposes a specific edit to the prompt or knowledge base — with a diff you can approve, roll back, or version.
- Versioned prompts. Every change is a new version. Roll back with one click.
- A full audit log. Every config change, every prompt edit, every credential update is recorded, filterable, and attributable.
- An embedded knowledge base. Tenant-owned articles stored in the platform itself, searchable by the AI, editable by admins — no external system required.
- Feedback as a first-class tool. End users can submit praise, bug reports, criticism, or feature requests directly through the chat.
The takeaway
AI is useful when it’s connected, permissioned, memory-aware, and maintainable. Most “AI features” are none of those things. They’re a prompt and a login.
Nexus is the opposite. It’s the AI backend built specifically for businesses that already have systems, already have customers, already have rules about who can see what — and want to put a real, useful assistant in front of all of it, without rebuilding their stack.
If you’re running Zaptiva, Nexus is the conversational layer that completes the picture. If you’re running anything else — Quickbase, Zoho, Microsoft 365, your own REST API — Nexus plugs into it and gives you the same result.
One configurable gateway. Your data. Your voice. Your rules.
Want a walkthrough, a demo, or a scoping conversation? Request a demo — we’ll show you what Nexus looks like wired into your stack.