Agentic

A2A Protocol: How Enterprise AI Agents Now Collaborate

Key Takeaways
  • On April 22, 2026 at Google Cloud Next, ServiceNow and Google Cloud unveiled an expanded partnership anchored in three open protocols—A2A, A2UI, and MCP—enabling AI agents to collaborate across vendor platforms without custom integration glue.
  • ServiceNow's Now Assist AI suite is tracking toward $1.5 billion in 2026 annual contract value; as of Q1 2026, customers spending $1 million or more on Now Assist grew over 130% year-over-year.
  • The A2A protocol, developed by Google and donated to the Linux Foundation with backing from 50+ partners including Salesforce, SAP, Workday, and PayPal, is positioning itself as the TCP/IP layer for enterprise multi-agent systems.
  • Despite the momentum, Gartner data as of 2026 warns that over 40% of agentic AI projects are at risk of cancellation by 2027—and only 21% of organizations currently maintain a mature governance model for autonomous agents.

The Pattern: From Isolated Copilots to a Multi-Agent Mesh

Less than 5%. That was the share of enterprise applications embedding task-specific AI agents in 2025, according to Gartner. By the close of 2026, Gartner projects that figure will reach 40%—an eight-fold jump inside a single calendar year. The move that signals why this trajectory is actually plausible happened on April 22, 2026, when ServiceNow and Google Cloud announced a deepened partnership at Google Cloud Next, as reported by HPCwire's BigDATAwire. The core of the announcement isn't a new product feature. It's a protocol layer: Agent-to-Agent (A2A), Agent-to-UI (A2UI), and Model Context Protocol (MCP) working in concert to let agents built on entirely different platforms communicate in real time without bespoke connectors.

The A2A protocol was developed by Google and subsequently donated to the Linux Foundation—a governance move that matters, because it signals the intent to make interoperability shared industry infrastructure rather than a vendor moat. As of June 27, 2026, according to HPCwire, the protocol counts more than 50 technology partners, spanning Salesforce, SAP, Workday, and PayPal. When a Futurum Group analyst described the agent orchestration layer as "the most consequential strategic battleground in enterprise software," with vendors competing "to become the runtime control plane," this is precisely what they meant: whoever controls how autonomous work routes, retries, and resolves across the enterprise stack controls a very consequential choke point.

Google Cloud also named ServiceNow its 2026 Partner of the Year across four categories, including Business Applications: Agentic AI Innovation—a designation consistent with the commercial results. ServiceNow reported Q1 2026 subscription revenues of $3,671 million, representing 22% year-over-year growth (19% in constant currency), and raised its full-year 2026 subscription revenue guidance to a $15.755 billion midpoint, implying 21% constant-currency growth. CEO Bill McDermott has put the Now Assist suite on a trajectory toward $1.5 billion in 2026 annual contract value, up from a prior $1 billion target. Deals including three or more Now Assist products rose nearly 70% year-over-year in Q1 2026.

What the Architecture Actually Looks Like

The implementation specifics matter here, because "AI partnership" announcements often obscure what is actually shipping. In this case, the combination targets three concrete verticals: 5G networking operations, retail, and enterprise IT systems. The underlying plumbing pairs ServiceNow's workflow orchestration engine—which already owns the ticketing, approval, and CMDB (configuration management database) layers in most large enterprises—with Google Cloud's Gemini enterprise AI models and BigQuery analytics.

In practical terms, that means an agent monitoring 5G network telemetry through Google Cloud can detect an anomaly, translate it into a ServiceNow incident via A2A, trigger an automated remediation workflow, and close the ticket—all without a human in the loop. The A2UI protocol extends this by surfacing agent actions back into existing user interfaces, so operations teams see what's happening without needing to inhabit a dedicated agent dashboard. MCP handles the context handoff, ensuring the receiving agent has enough state to act meaningfully rather than respond to a stripped-down prompt with no operational context.

HCLTech expanded its own Google Cloud and ServiceNow alliance in April 2026 with a similar focus on moving organizations from AI experimentation to operational deployment—a phrase that keeps appearing across vendor announcements because it's the actual sticking point. Most enterprises that piloted agentic AI in 2024 and 2025 stalled exactly there: an impressive controlled demo, no production path. The question the A2A framework tries to answer is structural: not "can one agent do something useful" but "can twenty agents, running on five different vendors' platforms, hand work to each other without falling apart."

Enterprise Apps Embedding Task-Specific AI Agents 0% 10% 20% 30% 40% <5% 2025 (Actual) 40% End of 2026 (Proj.) Source: Gartner, as of Q1 2026

Chart: Gartner projects an eight-fold increase in enterprise applications embedding task-specific AI agents between 2025 and end of 2026—up from less than 5% to 40%.

The global AI agents market is projected to reach between $10.9 billion and $12.06 billion in 2026, growing at a 44–46% compound annual rate and expected to exceed $50 billion by 2030. Against that backdrop, the underlying model capabilities that enterprise agents route work through—including Google's Gemini—are becoming as much a differentiator as the orchestration layer sitting above them.

Where This Breaks in Production

The honest version of this story includes the failure modes, and there are several worth naming precisely.

Data quality kills autonomy before governance does. As of 2026, 52% of organizations cite data quality as the biggest blocker to deploying autonomous AI agents, per ISG Research. An agent that is perfectly orchestrated across A2A but pulling from stale CMDB records or misconfigured telemetry will automate the wrong action at scale. The A2A protocol defines how agents talk to each other; it cannot fix the data layer they are reading from. This is the gap that production deployments expose first.

Tool-call loops are the silent budget drain. When two agents in a chain cannot resolve ambiguity—because the context handoff via MCP was incomplete, or because neither has authority to make a final call—they can enter retry cycles that burn tokens, delay resolution, and generate incident noise rather than reduce it. Enterprise agent demos routinely hide this retry logic behind clean happy-path sequences. Context window blowups compound the problem: large enterprise environments with rich telemetry can exhaust the context available to a reasoning agent mid-chain, causing degraded decisions rather than clean failures.

Governance is barely keeping pace with deployment. Gartner flags that over 40% of agentic AI projects are at risk of cancellation by 2027, and only 21% of organizations have a mature governance model for autonomous agents as of 2026. ISG Research frames the structural challenge directly: enterprise AI will not scale through disconnected assistants or unmanaged agent experiments, but through governed autonomous work tied to workflow execution, operational data, identity controls, and measurable business outcomes. The ServiceNow-Google partnership leans on ServiceNow's existing identity and workflow governance infrastructure as the answer to this—which is credible, but only for organizations already operating inside that ecosystem at meaningful depth.

Open protocol, proprietary value. A2A may be Linux Foundation-governed and open-source, but the semantic models, fine-tuning data, and agent behavior that make a deployment actually useful inside a specific enterprise context remain proprietary to each vendor. Interoperability at the protocol layer does not eliminate dependency at the model layer. The runtime may be open; the intelligence running through it is not.

What IT Leaders Should Actually Do

1. Audit your data layer before your agent layer.

The 52% who cite data quality as their primary deployment blocker are identifying the correct bottleneck. Before evaluating A2A-compatible platforms, conduct a CMDB accuracy review, identify which telemetry streams are genuinely real-time versus batch-delayed, and establish data contracts for the sources agents will read and act on. An autonomous agent running on clean, current data is a force multiplier. The same agent running on stale records is a liability that scales with deployment breadth.

2. Instrument every agent action from day one.

Every tool call in a multi-agent chain should produce a structured log: what action was taken, the reasoning trace that produced it, the outcome, and whether a human reviewed it post-hoc. This is the foundation of the governance infrastructure that only 21% of organizations currently have. Eval-driven development—the practice of continuously testing agent behavior against defined benchmarks—requires this data. Building the logging infrastructure after the fact is far more disruptive than starting with it.

3. Pick one vertical, define hard metrics, and measure before expanding.

The ServiceNow-Google partnership targets 5G networking, retail, and IT operations simultaneously. For most organizations, that breadth is a roadmap, not a starting point. Identify one workflow with unambiguous success metrics—mean time to resolution, ticket deflection rate, false-positive action rate—deploy agents there, and build the governance muscle before expanding horizontally. The organizations projecting that autonomous platforms will run over 50% of business processes independently need to demonstrate the first process running reliably before that projection has any operational weight behind it.

Frequently Asked Questions

How do ServiceNow AI agents work with Google Cloud's infrastructure?

ServiceNow AI agents connect to Google Cloud through a shared interoperability framework built on three open protocols: Agent-to-Agent (A2A) for cross-platform agent-to-agent communication, Agent-to-UI (A2UI) for surfacing agent actions within existing user interfaces, and Model Context Protocol (MCP) for passing operational state between agents mid-chain. The combination allows ServiceNow's workflow orchestration layer—which manages ticketing, approvals, and configuration data in most large enterprises—to receive signals from Google Cloud-hosted agents running on Gemini models and BigQuery analytics, and to trigger automated remediation or fulfillment workflows without human initiation at each step.

What is the Agent-to-Agent (A2A) protocol, and why was it donated to the Linux Foundation?

A2A is an open interoperability standard that defines how AI agents built on different platforms address, communicate with, and hand work to each other in real time—without custom connector code. Google developed the protocol and donated it to the Linux Foundation as a deliberate standardization play: open governance accelerates adoption across the industry and reduces the risk that a single vendor's proprietary version becomes the de facto standard by lock-in rather than merit. As of June 27, 2026, more than 50 technology partners have backed A2A, including Salesforce, SAP, Workday, and PayPal. Think of it as the addressing and transport layer for multi-agent systems—it defines how agents find and talk to each other, not what they do once they do.

What is the difference between AI agents and AI copilots in an enterprise context?

An AI copilot responds to prompts: a human asks, the copilot suggests or drafts a response. An AI agent acts autonomously within a defined operational scope—monitoring data streams, making decisions, calling APIs, updating systems, and triggering workflows without a human initiating each step. The ServiceNow-Google partnership specifically targets the agentic tier: systems that can detect a 5G network anomaly, open an incident, route a remediation task to the correct team, and close the ticket with no human in the loop. The tradeoff is proportional: agents require substantially more governance infrastructure than copilots, because the failure mode—a wrong automated action taken at enterprise scale—is far more consequential than a bad copilot suggestion that a human reviews before acting on.

In my read, the A2A protocol is the structurally most significant element of this announcement—more so than any specific use case or vertical partnership. Open protocols that achieve de facto standard status (HTTP, OAuth, TCP/IP) tend to reward the vendors who shaped them early. Google's decision to route A2A through the Linux Foundation rather than hold it proprietary is a calculated move to accelerate adoption across the competitive landscape: if agents from Salesforce, SAP, and Workday all speak A2A, every enterprise deployment runs through infrastructure Google helped define. That's a durable architectural advantage that doesn't depend on winning any single deal. The governance and data-quality gaps are real constraints on near-term scale—but they're solvable engineering problems. Protocol standards, once established, are considerably harder to dislodge.

Disclaimer: This article is editorial commentary based on publicly available information and does not constitute financial, legal, or technology procurement advice. Research based on publicly available sources current as of June 27, 2026.