Agentic AI · Governance
ServiceNow in the Age of Agentic AI: AI Control Tower, AI Agent Fabric, and the New Moat of Governed Execution
Abstract
I have been chewing on ServiceNow for a while, and not the way the analysts do. There is a story going around: agents are going to eat SaaS, and ServiceNow, being SaaS, goes down with it. I do not buy it. This is my attempt to say why. The short version: an agent does not work in a vacuum. To do anything useful inside a big, regulated company it needs identity, context, permissions, an audit trail, and someone to govern and pay for it — and almost none of that comes from the model. Most of it lives in the platforms the agents are supposed to replace. I read ServiceNow's two bets, AI Control Tower and AI Agent Fabric, through that lens, across three layers: context, governance, execution. The thesis is that the company is trying to stop selling human seats and start charging for governed execution, with the value sitting next to the CMDB, the workflows and the controls rather than in the interface. I think they have a real shot. I am not sure they will win. But I think the bear case is too simple, and that is worth a few thousand words.
From Traditional SaaS to Agentic Execution
For more than two decades, enterprise software has been sold by the seat. How many people log in. How many modules they adopt. How many seats you grow into next year. The value of a SaaS platform tracked, more or less, the number of humans touching it.
Agents break that. An agent can query data, summarize it, open a ticket, call an API, talk to another agent, finish a workflow. No login. No screen. No click. So the fear is reasonable. If the human stops touching the interface, the per-seat model starts to leak.
I think that fear is real but incomplete. An agent does not work in a vacuum. To do anything useful inside a big company it needs context, identity, permissions, business rules, secure access to data, an audit trail, and someone to govern and pay for it.
And here is the part I keep coming back to. Almost none of that comes from the model. Most of it lives in the platforms the agents are supposed to replace.
ServiceNow sits right on top of that tension. AI Control Tower and AI Agent Fabric are its two bets here. One is the plane where you inventory, govern and price agents. The other is the fabric where internal and external agents talk to each other.
I am not sure they will pull it off. But I think the bear case — SaaS is dead, ServiceNow with it — is too simple. The rest of this piece is me trying to explain why.
Shadow AI and Corporate Fragmentation
AI adoption in big companies is almost never tidy. Different teams buy different tools. They wire in external models, stand up their own copilots, build local automations, plug in third-party agents. Usually with no shared governance.
People have started calling this Shadow AI. It is AI in use inside the company that nobody has inventoried, approved, or monitored.
The risk is not just technical. It is operational, financial, regulatory, and reputational at the same time. A company can quietly lose track of what data is going to external models, which prompts carry sensitive information, which agents are touching critical systems, and what all of it costs in tokens and runs.
In a Fortune 500 that is hard to call acceptable. And agents make it worse, because they do not stop at text. They execute. A badly governed agent can open, change or close records, read sensitive data, trigger flows, push information to third parties — and do it with no clear chain of responsibility behind it.
So the real question is not whether a company will use agents from OpenAI, Anthropic, Microsoft, Google, AWS or ServiceNow. It will. The question is how those interactions get inventoried, authorized, observed, audited and billed. That is the gap AI Control Tower is aiming at: turning a fragmented pile of AI into a governed system of assets, risks, consumption and measurable value.
Three Layers for Governed Enterprise AI

The way I think about ServiceNow's agentic architecture is three layers. A foundation/data layer. A governance/control layer. An orchestration layer. The split is useful because it separates the data that gives context, the machinery that governs risk, and the protocols that let agents execute.
The bottom layer is context — the operational ground the agents stand on. In ServiceNow it rests on the CMDB, the AI Asset Inventory, the discovery and inventory data model, the Knowledge Graph, the AI assets themselves, and the multi-instance framework. The CMDB is the structured record of assets and their relationships. In the AI context it stretches to cover AI systems, models, prompts, datasets, agents and MCP servers, so AI assets become governable entities and not loose tools. The Knowledge Graph adds the semantic layer that makes context navigable for an agent: users, roles, the assets they own, prior incidents, affected services, technical dependencies.
The middle layer decides who can use which AI asset, under what conditions, with what risk, through which controls, and measured against what value. This is where AI Control Tower lives, along with AI Asset Lifecycle Management, AI Risk and Compliance, the AI Steward role, audit, runtime monitoring, consumption and ROI dashboards. AI Control Tower is the hub for strategy, governance and analytics. It inventories assets, manages their lifecycle, scores risk, maps compliance and measures outcomes.
The top layer is where agents actually act, with each other and with outside systems: AI Agent Fabric, AI Agent Studio, MCP client and server, A2A, Agent Cards, external agents and the AI Gateway. AI Agent Fabric is the communication and coordination layer.
The AI Gateway is the part I would underline. It is the transactional control point. In a well-governed design, calls do not run straight from agents into critical systems. They pass through identity, permissions, observability, audit, and the option to block.
Governance, Runtime Enforcement, and Guardrails

Technical Note
One distinction is worth getting right: governance, transactional control, and content protection are not the same thing. In this architecture AI Control Tower, AI Gateway and Now Assist Guardian do related but genuinely different jobs. They get conflated constantly.
AI Control Tower is the governance plane. Inventory, lifecycle, risk, approvals, compliance, audit, value. It is where the organization sees and decides which AI assets exist, who owns them, what risk they carry, and what they return.
AI Gateway is the runtime control point. It manages traffic between ServiceNow and external systems, especially MCP transactions, and makes sure communication happens under defined identity, authorization, observability and security rules.
Now Assist Guardian is the content guardrails layer. Its job is to catch prompt injection, offensive content, sensitive topics, possible leakage, and outputs you would not want to ship.
Keeping these three apart avoids a common mistake — thinking governance just means blocking things at runtime. It does not. A mature setup needs all three. The governance plane sets policy and responsibility. The runtime plane enforces the technical controls. The guardrails protect the generative interaction itself.
CMDB and Knowledge Graph: the Contextual Moat

An enterprise agent is only as good as its context. A generic agent can write, classify and summarize. But to run a critical process it has to know who is asking, what they are allowed to do, which assets they own, which service is affected, what incidents already exist, which dependencies are in play, and which business rules apply.
This is where a real part of ServiceNow's moat shows up. The advantage is not the best foundation model — they are not in that business. The advantage is sitting next to the system of record and the system of action. The CMDB, the ITSM, CSM and HR workflows, years of business rules, incident history, service catalogs and approvals. Together that is a context that is genuinely hard to rebuild from outside.
And this moat is operational, not theoretical. A large company does not casually migrate years of customizations, tables, rules, integrations and critical flows into a purely external agent stack. You can connect external agents over APIs or MCP, sure. But keeping security, traceability, permissions, workflows and compliance intact through that move is expensive enough to create real switching costs.
So even when the user is sitting in Microsoft Copilot, Slack, Teams or some external agent, the execution of the critical process can keep running on ServiceNow as the governed backend.
MCP and A2A: Open Interoperability Under Enterprise Control

Open protocols play an ambiguous role in this thesis. On one hand they cut technical lock-in, because they make interoperability easy. On the other, they raise the need for a governance plane — precisely because they make it easy for external agents to reach corporate systems.
MCP, the Model Context Protocol, is client-server. It lets an AI application, an agent or an LLM reach tools, APIs, databases or context sources exposed by an MCP server. What I find interesting is that ServiceNow can sit on either side. A client when an internal agent consumes external tools. A server when it exposes its own capabilities to third-party agents.
A2A, Agent-to-Agent, is more about collaboration between agents than about exposing tools. Agents trading tasks, negotiating capabilities, delegating subtasks. The Agent Card is the key unit there: a structured card describing what an agent can do, at what endpoint, with what capabilities.
Put together, MCP and A2A are not just connectors. They are the communication infrastructure a distributed digital workforce would be built on. And the strategic question is not whether they exist. They will. The question is who controls that interoperability, who decides which agents are trustworthy, and who records every interaction.
ServiceNow as a System of Action Exposed to External Agents

MCP gives you a way to structure the relationship between clients and tool servers. Outbound, a ServiceNow agent uses an MCP client to call an external tool. Inbound, an external agent calls ServiceNow capabilities through an MCP server.
The inbound case is the one I would watch. It turns ServiceNow into a system of action that outside agents can consume. Concretely: an external AI application — Microsoft Copilot, Claude, whatever — asks for context or execution through the AI Gateway. The request enters ServiceNow, passes authentication and routing, reaches the MCP Server Console, and finally touches internal workflows or data.
That shape lets ServiceNow keep a strategic role even when the visible interface belongs to someone else. If the user is interacting from an external surface but the secure execution, the structured data and the enterprise workflows live in ServiceNow, the platform still captures value as the system of action.
Here is the defensible version of the thesis. ServiceNow is trying to be the control point for agents that need to execute actions across regulated enterprise processes. Microsoft, Google, AWS, Anthropic or OpenAI may own part of the interface or the model. ServiceNow can still own the governed execution inside the workflow.
Monetization: From Seats to Assists, Actions, and Execution

The most pessimistic version of the market story assumes that if agents reduce SaaS interface usage, they also reduce the platforms' value. In some cases that is plausible. What it underweights is the shift toward consumption-based pricing.
ServiceNow does not have to abandon per-seat licensing. It looks more like it is complementing it. Consumption units tied to assists, actions, executions, tool calls, usage logs and value measurement. That matters because it lets the company capture value even when the interaction never starts in the traditional interface.
This is the part where, over the last year, I have changed my mind. I used to read ServiceNow on seat growth. I am now fairly sure that is the wrong metric.
If an external agent invokes a ServiceNow capability, if a flow runs in the background, if a tool is called over MCP, if an agent finishes a task with no human in the loop — value stops being measured purely by connected users. It starts being measured by automation volume, AI consumption, time saved, execution success, captured productivity.
Usage logs, assist-consumption dashboards, token metering and execution metrics give you the plumbing to see AI as both a cost and a source of value. Agentic AI may pressure seat-based models. But it also opens a new monetization axis built on governed execution. If I had to pick the metric that matters in three years, I would take executions per quarter over seats per year. I could be wrong about that.
Beyond the SaaSpocalypse
Editorial
The SaaSpocalypse story starts from a correct intuition and lands on an incomplete conclusion. Yes, agents can reduce dependence on traditional SaaS interfaces. Yes, models priced purely on human seats can come under pressure as more of the work runs autonomously. But confusing disruption of the interface with destruction of platform value is its own kind of myopia.
ServiceNow is not just a screen where employees file tickets. It is closer to a system of action. Operational data, asset relationships, critical workflows, business rules, approvals, identities, permissions, compliance controls. In the agentic era those things do not lose relevance. They gain it. Agents need to reach corporate systems, but the access has to be governed. They need context, but it has to come from trustworthy sources. They need to execute, but the execution has to stay auditable.
I want to be fair to the bear case, because I am arguing a thesis and it deserves the pressure. ServiceNow is not bulletproof. The openness of MCP and A2A, the hyperscalers, model neutrality, the possible commoditization of connectors — all real risks. They could ship something confusing. They could move too slowly. They could get out-executed by someone building this from scratch on a modern data model instead of retrofitting it onto an ITSM database.
But the company is not a passive victim of automation either. Its opening is exactly the move from a platform centered on human users to an infrastructure for governance, context and execution for enterprise agents. Seen that way, the market may be underpricing its ability to monetize not just seats but assists, actions, autonomous flows and governed execution.
So I keep landing on the same question, and I will hand it to you rather than pretend I have closed it. The interesting fight is not whether agents replace some interfaces. They will. It is who governs, audits, secures and bills the execution of those agents across a company's critical processes. If that turns out to be ServiceNow, the bear case was wrong. If it turns out to be someone else, I would like to know who — because right now I do not, and the next eighteen months are going to be more interesting than the analyst notes suggest.
References
- [1]Official ServiceNow AI Control Tower documentation — ServiceNow, 2025 - 2026
- [2]Official ServiceNow AI Agent Fabric documentation — ServiceNow, 2025
- [3]Official ServiceNow Model Context Protocol documentation — ServiceNow, 2025
- [4]Official ServiceNow Agent2Agent / A2A documentation — ServiceNow, 2025
- [5]Official Now Assist Guardian documentation — ServiceNow, 2025
- [6]Official ServiceNow AI Risk and Compliance documentation — ServiceNow, 2025
- [7]NIST AI Risk Management Framework (AI RMF 1.0) — National Institute of Standards and Technology, 2023
- [8]EU AI Act — Artificial Intelligence Regulation — European Parliament and Council, 2024
- [9]Official ServiceNow announcements on MCP Server, AI Control Tower, and AI Agent Fabric — ServiceNow, 2025
- [10]Financial analyses on the SaaSpocalypse narrative and the impact of AI agents on SaaS models — Various Analysts, 2024 - 2026
Daniel Conejo Sobrino
Data Engineer