Evergreen
What Is Gemini Enterprise Agent Platform?
Gemini Enterprise Agent Platform is Google Cloud's system for building, running, governing, and evaluating agents. Here is how it differs from the employee app.
What Is Gemini Enterprise Agent Platform?
Gemini Enterprise Agent Platform is Google Cloud's technical environment for building, deploying, governing, and improving AI agents. It is the evolution of Vertex AI, not simply a new name for the Gemini chatbot.
The related Gemini Enterprise app is the employee-facing work surface. People use the app to find agents, assign work, collaborate, and supervise results. Platform teams use Agent Platform to build the agents, connect data and tools, provide identities and permissions, run them, evaluate them, and observe what they do.
That distinction resolves most of the naming confusion.

Gemini Enterprise Agent Platform at its April 2026 launch. Official image and product announcement from Google Cloud.
The platform and app do different jobs
Google uses Gemini Enterprise as an umbrella for an employee experience and the technical system behind it. The product names are close enough to create a false impression that one subscription or screen contains the whole stack.
| Layer | Primary user | Main job |
|---|---|---|
| Gemini Enterprise app | Employees and supervisors | Discover agents, assign work, collaborate, review, and manage activity |
| Gemini Enterprise Agent Platform | Developers, platform teams, security teams | Build, deploy, connect, govern, evaluate, and observe agents |
| Models and Model Garden | Developers and agent builders | Select Google, third-party, or open models for a task |
| Enterprise data and tools | Data owners and application owners | Supply governed context and authorized actions |
| Cloud infrastructure | Platform and operations teams | Run models, agents, storage, networking, and dependent services |
The app can expose a custom-built agent to an employee. The platform controls how that agent is constructed and operated. A company may use the platform without making every capability available to every employee.
Why Vertex AI became Agent Platform
Vertex AI was Google's managed machine-learning and generative-AI platform. The April 2026 launch says Gemini Enterprise Agent Platform is its evolution. Google also states that future Vertex AI services and roadmap changes will be delivered through Agent Platform rather than as a separate service.
The change reflects a wider unit of work.
A model endpoint returns an inference. An agent may maintain a session, retrieve data, select a tool, delegate to another agent, execute code, wait for an external event, ask for approval, resume later, and preserve evidence. That lifecycle requires more than model hosting.
The current platform groups the work into four durable jobs.
flowchart LR
A["Build"] --> B["Scale"]
B --> C["Govern"]
C --> D["Optimize"]
D --> A
Google's four platform pillars form a lifecycle rather than a one-time deployment path.
Build covers Agent Studio, Agent Development Kit, Managed Agents API, models, prompts, tools, and orchestration. Scale covers managed runtime, sessions, memory, and long-running execution. Govern covers agent identity, registry, gateway, policies, and controlled access. Optimize covers evaluation, tracing, logging, monitoring, and topology.
Three current ways to build an agent
Agent Studio is the lower-code route. It is intended for visual construction, prompt work, model exploration, and rapid prototyping. Google says logic can be exported to ADK when a project needs deeper customization.
The Managed Agents API is a configuration-driven and REST-oriented route for creating autonomous agents in managed sandbox environments. It aims to reduce the amount of infrastructure a team must own.
Agent Development Kit is the code-first route. It gives developers more control over orchestration, tools, state, and multi-agent patterns.
These routes are not maturity levels in which every team must start low-code and end in code. They are interfaces for different control needs. A business-owned assistant may fit Studio. A regulated transaction with custom evidence and recovery requirements may justify ADK or another code-controlled implementation.
Models are one component
The platform page advertises access to more than 200 Google, third-party, and open models through Model Garden. It also supports evaluation and customization.
Model choice can matter for quality, latency, modality, cost, regional availability, and contractual terms. Yet a model is only one part of an agent's behavior.
The same model can produce very different results when the agent receives different instructions, retrieves different data, has different tools, or operates under different approval rules. A platform evaluation should therefore test the complete workflow, not only a benchmark prompt.
This is also why third-party model support does not automatically eliminate platform dependence. The model may be replaceable while the surrounding identity, registry, memory, logs, policies, and data connections remain embedded.
Identity, registry, and gateway form a control boundary
Agent Identity gives an agent its own machine identity instead of hiding all activity behind one shared service account. That can make attribution and policy enforcement more precise.
Agent Registry is the catalog. Google's documentation describes it as a queryable store for internal, Google, and third-party agents as well as MCP servers. A registry should answer what exists, who owns it, what it can do, and whether it is approved.
Agent Gateway mediates access to tools and services. The useful design principle is not merely routing. It is to place authentication, authorization, policy, and observability at an enforceable boundary.
Together, the controls address a common failure mode. A team creates a useful agent, shares it informally, and later discovers that nobody can reliably identify its permissions, version, owner, dependencies, or activity.
Memory and sessions are different
A session preserves the working history of an interaction. It helps the system continue a task and associate activity with a conversation, customer, or internal record.
Memory is selected information intended to persist beyond one immediate exchange. Google's Memory Bank and profiles are designed to curate longer-lived details from conversations.
Persistent memory can make an agent more useful. It can also preserve something wrong, sensitive, outdated, or no longer authorized. A buyer should ask how memory is created, corrected, scoped, retained, deleted, and audited.
The same care applies to context from email, documents, databases, and business applications. Access is not the same as authority. The agent needs a way to distinguish the system of record from a convenient copy.
A2A and MCP cover different connections
Model Context Protocol exposes resources, prompts, and tools to a model or agent. Agent2Agent protocol helps independent agents discover one another, exchange messages, and manage work.
The A2A project summarizes the relationship cleanly: MCP is for tools; A2A is for agents.
An expense agent might use MCP to call a receipt-extraction tool. It might use A2A to delegate policy interpretation to a compliance agent. Both connections still require authentication, authorization, data handling, timeout, evidence, and failure decisions.
Google supports both protocols, and other providers such as AWS document them as well. That improves the possibility of interoperability. It does not make every platform asset portable.
Availability cannot be summarized with one label
Google Cloud Next included features that were generally available, in preview, in private preview, or planned. The status can also differ by region, product edition, customer program, and date.
For example, the event recap described a managed remote MCP server as generally available, a Workspace MCP server as preview, spend caps as private preview, and some integrations as preview with selected customers. A platform overview can accurately describe the architecture while a purchase decision still requires a feature-by-feature availability check.
Pricing is similarly compositional. Google describes Agent Platform pricing as usage-based across the models, tools, storage, compute, and other Cloud resources a workflow consumes. The cost of the employee app may be packaged separately. A trial credit does not predict the cost of a production agent.
What to test before choosing it
A useful pilot begins with one bounded workflow and its evidence requirements. It should include real data quality, real permissions, a realistic action, a known failure, and the recovery path.
The team should observe whether the chosen development route is maintainable, whether identity maps to policy, whether the registry contains enough ownership data, whether gateway controls are enforceable, whether logs reconstruct the decision, whether evaluation catches regression, and whether the agent can be stopped without losing the business process.
It should also test the employee experience. Can a user tell what the agent did? Can the user interrupt or correct it? Does the system distinguish a recommendation from a completed action? Does an approval request contain enough information to make a decision?
Dalton's E113 trial shows why the pilot needs real context. The app noticed useful fragments in his Workspace, including podcast and travel information. It could not create a convincing experience from data that was absent, private, or outside the connected environment. The trial also hit a rate limit before the planned demonstration was complete.
Neither result settles the product's enterprise quality. Both reveal what to test.
The stable definition
Gemini Enterprise Agent Platform is Google's control plane and runtime environment for enterprise agents. The Gemini Enterprise app is the employee-facing place where those agents can be used and supervised.
The platform is most relevant when a company needs more than a chatbot: multiple development routes, managed execution, durable sessions, memory, governed tools, machine identities, an agent catalog, evaluation, observability, and connections across data and applications.
The right buying question is not whether the platform can create an agent. Most modern platforms can.
The question is whether it gives the organization enough control and evidence to operate the agent after the demonstration succeeds.
Continue the series
The Episode Story places the product inside Google Cloud Next and Dalton's trial. The governance Guide turns identity, context, tools, approvals, observability, and recovery into an implementation sequence. Episode 65 explains A2A and MCP in greater technical depth.
Sources and disclosure
This explainer uses Google's Agent Platform launch, current product page, agents overview, Gemini Enterprise app announcement, and Next 2026 availability index. Protocol distinctions use the A2A and MCP guide and MCP server specification.
Google's pages control current product names and claims. Dalton Anderson's E113 transcript controls his first-person trial. AI assisted with research organization and drafting; evidence boundaries and final editorial decisions remain Dalton's.
Sources
Follow the evidence.
- process automation guidelearn.microsoft.com
- OWASP Agentic AI threats and mitigations guidegenai.owasp.org
- platform launch imagestorage.googleapis.com
- AgentCore runtime contractdocs.aws.amazon.com
- Gemini Enterprise Agent Platform introductioncloud.google.com
- Antigravity surfaces imagestorage.googleapis.com
- unattended-flow guidancelearn.microsoft.com
- NIST AI Risk Management Frameworknist.gov
- Gemini Enterprise app announcementcloud.google.com
- Model Context Protocol architecturemodelcontextprotocol.io
- A2A and MCP guidea2aproject.github.io
- Next 2026 hero imagestorage.googleapis.com
- current Antigravity product comparisoncloud.google.com
- nonhuman identity whitepaperlabs.cloudsecurityalliance.org
- A2A protocol specificationa2aproject.github.io
- Google I/O developer updatecloud.google.com
- hosted RPA reference architecturelearn.microsoft.com
- NIST Generative AI Profilenvlpubs.nist.gov
- 2025 fourth-quarter earnings callabc.xyz
- security analysis of coding-agent instruction filescloud.google.com
- server overviewmodelcontextprotocol.io
- AI infrastructure announcementcloud.google.com
- current product pagecloud.google.com
- Cloud Security Alliance agent-governance research notelabs.cloudsecurityalliance.org
- Next 2026 announcement indexcloud.google.com
- agents overviewdocs.cloud.google.com
- 2025 Form 10-Ksec.gov
- desktop flows overviewlearn.microsoft.com