Share with your CISO
Google is betting the enterprise AI platform war will be decided on governance infrastructure, not model quality. Three months after launching the Gemini Enterprise Agent Platform at Cloud Next ’26, the competitive picture has sharpened: OpenAI moved Workspace Agents to credit-based billing on July 6, Anthropic expanded Claude Cowork to web and mobile on July 7, and the market’s governance gap is now a hard number. A 2026 OutSystems survey of 1,900 IT leaders found 96% of enterprises running AI agents in production, with only 12% using a centralized platform to govern them.
What this means for your business
The 12% governance figure is the most consequential number in this story, and it cuts differently depending on where your organization sits. If your agents already have persistent access to CRM records, financial data, or regulated health information, you’re almost certainly in the 88% flying without controls, and the question isn’t whether a governance failure will happen but whether it shows up as a security incident, a compliance audit finding, or a CFO asking why agent costs appeared without warning. The trait that decides urgency here isn’t company size or industry, it’s whether your agents touch regulated data.
Google’s architectural argument deserves serious weight, even accounting for the fact that the source article covers a Google product launch and carries that promotional tilt in its benchmark citations and performance claims. The core claim holds up independently: placing agent identity and policy enforcement below the application tier catches the failure modes that application-level controls miss. An agent that gets prompt-injected through a document it reads, or that hits a misconfigured tool connection, still reaches the data it shouldn’t if the only guardrails live in the application. Infrastructure-level controls enforce access before application code executes. That’s not a Google-specific insight; it’s the same principle that made network firewalls more reliable than application-level input validation as a security baseline. The ISO 42001 certification matters here because it’s independently audited, which means it’s the one governance claim in this market that competitors can’t match by updating a marketing page.
Microsoft’s counter-argument is real and shouldn’t be dismissed. For the roughly 10,000-plus enterprises already running Microsoft 365 and Entra ID, Azure AI Foundry’s identity inheritance means agents get governance derived from existing policies on day one, without standing up new infrastructure. Google’s approach is more architecturally complete for organizations building from scratch; Microsoft’s is faster to a defensible baseline for shops that are already Microsoft-native. The vendor renewal worth weighing differently isn’t necessarily your AI platform contract; it’s your identity provider. Which identity stack your agents will live inside is a longer-lived architectural decision than which model they call, and locking that in now before agent sprawl multiplies is the choice this market moment is actually forcing.
Concept deep-dive: Agent Identity
Agent Identity assigns every deployed AI agent a unique cryptographic identifier, similar to how an employee badge grants traceable, revocable access to specific systems. Every API call and data access the agent performs is signed and logged against that identifier. Without it, an agent is functionally anonymous inside your infrastructure, indistinguishable from any other process, with no audit trail if it accesses something it shouldn’t. It’s the non-human equivalent of the identity and access management systems enterprises already require for human employees.
Based on reporting from Gemini Enterprise Agent Platform Leads Enterprise AI Governance as OpenAI Starts Billing for Agents, originally published 2026-07-19 15:11:00.

