The Cloud Hub by Digigen | Google Cloud & Microsoft Insights for Thailand

Gemini Enterprise Agent Platform: APAC Enterprise Guide

Written by Oliver Machwirth | Apr 23, 2026 11:38:55 AM
Digigen Deep Dive

Gemini Enterprise Agent Platform: The End of Vertex AI as We Knew It

Published by Digigen | Google Cloud Partner for Thailand and Singapore

A deep dive into Google Cloud's most consequential AI platform launch, with dedicated guidance for Singapore and Thailand enterprises.

If you build with Google Cloud, today's announcement of Gemini Enterprise Agent Platform is the most significant product change in two years. It is not just another product launch. It is the formal sunset of Vertex AI as a standalone service.

Buried in the official announcement is one sentence that should reshape every Google Cloud roadmap in your organization:

"Moving forward, all Vertex AI services and roadmap evolutions will be delivered exclusively through the Agent Platform, rather than as a standalone service."

Vertex AI is now a chapter of Agent Platform. Everything Google Cloud builds for AI from this point forward will be agent-first. If your team is still thinking about "deploying a model" rather than "deploying an agent," your mental model is officially out of date.

This post is a deep dive into what was announced, what it actually means in practice, and what we are advising our enterprise clients in Singapore and Thailand to do over the next 90 days.

Strategy

From Models to Outcomes

For the last three years, the enterprise AI conversation has been organized around models. Which one is fastest? Which one is cheapest? Which one is best at reasoning? Google Cloud just declared that conversation finished.

The Agent Platform pitch is about delegating outcomes, not managing tasks. The product framing of "build, scale, govern, optimize" is borrowed directly from the DevOps lifecycle, and that is intentional. Google is saying agents are now production software, and they need a production platform with the same rigor as everything else you ship.

For our clients in Bangkok and Singapore, this matches what we have been seeing for months. Most enterprises are not stuck on "which model to pick." They are stuck on "how do we deploy this safely, observe it in production, prove it to the audit committee, and improve it over time." Agent Platform is Google's structured answer to all four.

The Four Pillars at a Glance

Build

  • ADK with graph-based logic
  • Agent Studio low-code
  • Agent Garden templates
  • Native ecosystem integrations
  • MCP across Google Cloud

Scale

  • Sub-second cold starts
  • Long-running agents
  • Agent Sandbox
  • Memory Bank and Profiles
  • Agent-to-agent orchestration

Govern

  • Agent Identity
  • Agent Registry
  • Agent Gateway and Model Armor
  • Anomaly Detection
  • Security Command Center

Optimize

  • Agent Simulation
  • Agent Evaluation
  • Agent Observability
  • Agent Optimizer auto-refinement

Build: What's Actually New for Developers

The build pillar has the most concrete developer-facing improvements. Here is what matters.

Agent Development Kit (ADK) gets a graph-based framework

ADK is now processing more than six trillion tokens per month on Gemini models. The big upgrade is a graph-based framework for organizing agents into networks of sub-agents. This is a meaningful architectural shift. Instead of writing one monolithic agent that tries to do everything, you compose specialized sub-agents into reliable, inspectable workflows.

For teams building anything beyond a simple chatbot, this is going to be the standard pattern. We expect to see most production agent architectures move to this graph model within 12 months.

Agent Studio with a clean export to ADK

Agent Studio is the low-code visual interface, and the killer feature is the export-to-ADK path. You can prototype visually with business stakeholders, then export the logic into a code-first ADK environment when you need deeper customization.

This solves a real problem we see constantly. Business teams build something useful in a low-code tool, then engineering has to rebuild it from scratch when it needs to scale. The Studio-to-ADK pipeline eliminates that throwaway work.

Agent Garden: pre-built templates as building blocks

Agent Garden ships templates for code modernization, financial analysis, economic research, invoice processing, and more. These are not toy demos. They are designed to be composed into multi-agent systems as starting points.

For Thai and Singapore enterprises that want to move fast, the invoice processing and financial analysis templates are particularly relevant. Most CFO offices in our region run on a mix of SAP, Oracle, custom Excel workflows, and PDFs from suppliers. Agent Garden gives you a credible starting point.

Scale: The Production Engineering Story

This is where the platform earns its enterprise stripes. Most agent prototypes die between proof-of-concept and production because the runtime cannot handle real load. Google has rebuilt the runtime to address that head-on.

The new Agent Runtime: sub-second cold starts

The revamped Agent Runtime delivers sub-second cold starts and lets you provision new agents in seconds. For anyone who has tried to deploy serverless agent infrastructure at scale, this is a significant improvement. Cold start latency was one of the main reasons agentic UX felt clunky in production.

Long-running agents that operate for days

The runtime now supports agents that run autonomously for days at a time. This unlocks workflows that were previously not viable: multi-day sales prospecting sequences, complex reconciliation tasks, deep research projects that span multiple business hours.

For our enterprise clients, the obvious applications are in finance (reconciliation, audit support), procurement (multi-step vendor onboarding), and sales operations (prospect nurture sequences with stateful context).

Memory Bank with Memory Profiles

Memory Bank replaces temporary session state with persistent, long-term memory. Memory Profiles let agents recall high-accuracy details with low latency.

Payhawk's quote is illustrative. Their Financial Controller Agent now remembers user habits to auto-submit expenses, reducing submission time by over 50%. Gurunavi's UMAME restaurant discovery app uses Memory Bank to remember user preferences, reportedly improving user satisfaction by 30%.

For Thai and Singapore enterprises building customer-facing agents in banking, insurance, retail, and hospitality, Memory Bank is what makes agents feel like genuine concierges rather than transactional bots.

The Differentiator

Govern: The Most Underrated Pillar

Most coverage of Agent Platform will focus on build and scale. We think govern is actually the most strategically important pillar, especially for our regional clients. Here is why.

In Singapore, MAS Project MindForge requires demonstrable GenAI risk management for financial institutions. In Thailand, the Bank of Thailand and the Securities and Exchange Commission have signaled tighter scrutiny on AI deployments. Across both markets, PDPA-style data protection regulations create governance requirements that ad-hoc agent deployments simply cannot meet.

Agent Identity: cryptographic IDs for every agent

Agent Identity gives every agent a unique cryptographic ID with defined authorization policies. Every action an agent takes is auditable and traceable back to its policy. For your audit team, this is the difference between "we have an AI doing things" and "we have a documented system with verifiable controls."

Agent Registry: the central catalog

The new Agent Registry indexes every agent, tool, and skill in your enterprise. This solves the "shadow AI" problem. Right now, in most enterprises we work with, individual teams are spinning up agents in n8n, Make, LangChain, or custom Python without any central oversight. Agent Registry gives you a way to bring that under control without killing innovation.

Agent Gateway: air traffic control

Agent Gateway is the central control point for connectivity between agents and tools. It enforces consistent security policies and includes Model Armor protection against prompt injection and data leakage. If you remember one thing from this post, remember Agent Gateway. This is the single most important component for any enterprise that wants to deploy agents at scale without creating an unmanageable security surface.

Optimize: Continuous Improvement at Production Scale

The fourth pillar closes the loop between deployment and improvement. Agent Simulation lets you stress-test agents against synthetic interactions before shipping. Agent Evaluation continuously scores live traffic with multi-turn autoraters.

The feature that surprised us most is Agent Optimizer, which automatically clusters real-world failures and suggests refined system instructions. If this works as advertised, it materially shortens the agent improvement cycle.

πŸ‡ΈπŸ‡¬
Singapore Dedicated Section

What Agent Platform Means for Singapore Enterprises

Singapore enterprises are uniquely positioned to lead APAC adoption of Agent Platform. Three reasons make this the right moment to commit.

1. MAS Project MindForge has a reference architecture now

For MAS-regulated institutions, Agent Identity plus Agent Gateway plus Agent Registry plus the Security Command Center dashboard is essentially a turnkey answer to the technical control requirements in Project MindForge guidance. The cryptographic agent identity gives you the auditable trail. Model Armor gives you the prompt injection and data leakage controls. The Security dashboard gives your CISO the unified view that risk committees expect. We expect this combination to become the default reference architecture for DBS, OCBC, UOB, and the broader Singapore financial services sector within 18 months.

2. Multi-cloud reality matches Cross-Cloud Lakehouse

Singapore enterprises operate across AWS, Azure, and Google Cloud as a matter of course. Regional groups headquartered in Singapore have data sitting in Jakarta, Kuala Lumpur, Bangkok, and Manila for residency reasons. Agent Platform combined with Cross-Cloud Lakehouse gives you a way to deploy agents that reason across this distributed footprint without forcing data movement. For PDPA cross-border transfer compliance, this is genuinely useful.

3. FairPrice Group is the proof point

Google highlighted FairPrice Group's "Store of Tomorrow" program as a flagship retail case study globally. AI agents in Smart Carts, multimodal AI for store operations, generative media for thematic ads. This is Singapore enterprise AI shipping at scale today, not next year. For other Singapore retailers, F&B groups, and consumer businesses, the FairPrice playbook is worth studying closely.

Singapore-specific 90-day priorities

  • Map MAS Project MindForge controls to Agent Identity, Agent Gateway, and Security Command Center. Brief your risk committee with the architecture diagram.
  • Audit your multi-cloud data estate and identify three Cross-Cloud Lakehouse use cases that eliminate ETL overhead.
  • Run a customer-facing pilot using Memory Bank and the Omnichannel Gateway. Singapore's WhatsApp-first service expectations make this a high-ROI starting point.
  • Engage GovTech and IMDA early if you are in the public sector. Air-gapped Gemini 3 deployment options change what is possible.
  • Build a multi-model strategy using Claude Opus 4.7 alongside Gemini 3.1 Pro on Vertex AI. Singapore enterprises with sophisticated AI teams should not be locked to one provider.

For the full Singapore market recap of Google Cloud Next '26 with TPU, Agentic Data Cloud, and Workspace Intelligence coverage:

Read the Singapore Recap β†’
πŸ‡ΉπŸ‡­
Thailand Dedicated Section

What Agent Platform Means for Thai Enterprises

Thailand has been slightly behind Singapore on enterprise AI adoption, but Agent Platform actually lands at the perfect moment for the Thai market. Here is why.

1. The leap from Make.com prototypes to production

Most Thai organizations we work with are running early agent prototypes on Make.com, n8n, or custom Python. These work for proof-of-concept, but they have no governance story. The audit committee will not approve them, the security team will not let them touch production data, and they cannot scale beyond a single team. Agent Platform with Agent Identity, Agent Gateway, and Agent Registry is the bridge from prototype to production. Thai enterprises that have been waiting for "the right time" to commit to enterprise AI now have it.

2. Bank of Thailand and SEC scrutiny is rising

The Bank of Thailand has signaled tighter expectations on AI risk management for Thai financial institutions, and the SEC has been asking listed companies harder questions about AI governance. PDPA enforcement has become more active. Agent Platform's governance architecture maps directly to these emerging Thai regulatory expectations. For Thai banks, insurers, and SET-listed corporates, this matters in the next 12 months, not three years.

3. The LINE integration consideration

For Thai consumer-facing businesses, the Omnichannel Gateway in Gemini Enterprise for Customer Experience does not include native LINE support. This is a real gap. LINE remains the dominant messaging channel in Thailand, and you cannot deploy a serious customer-facing agent strategy without it. The good news is that Agent Platform's MCP and native ecosystem integration patterns make a LINE OA bridge much cleaner to build than it would have been on Vertex AI. Digigen has built LINE integrations for Thai clients before and we expect to see strong demand here over the next two quarters.

4. Thai-language Memory Bank is a real unlock

For Thai banks running Thai-language conversational AI at scale, Memory Bank changes the customer experience equation. Agents that remember previous conversations in Thai, retain user preferences across months, and recall account context with low latency move the experience from transactional bot to genuine relationship. Combined with the inference cost improvements from TPU 8i, the economics finally support production-scale Thai-language agent deployments.

Thailand-specific 90-day priorities

  • Inventory shadow AI across Make.com, n8n, and ChatGPT-plus-API workflows. Most Thai enterprises will be surprised how many exist.
  • Build a LINE OA bridge plan alongside any Omnichannel Gateway pilot. This is not optional for Thai consumer-facing deployments.
  • Pilot one Thai-language Memory Bank use case in customer support or relationship banking. The experience improvement is dramatic when context persists.
  • Brief your audit committee on the new Agent Identity architecture. Thai audit teams need lead time to develop their own AI control frameworks.
  • Benchmark inference costs using the asia-southeast7 Bangkok region with TPU 8i. The numbers materially change which use cases pencil out.

For the full Thailand market recap of Google Cloud Next '26 covering TPU 8i, Agentic Data Cloud, security, and Workspace:

Read the Thailand Recap β†’

What the Customer Quotes Tell Us

Google included quotes from Burns & McDonnell, Color Health, Comcast, Geotab, Gurunavi, L'Oreal, Payhawk, and PayPal. Reading between the lines, three patterns emerge.

Pattern 1

Velocity is the differentiator

Geotab calls out the developer experience and faster build-test-deploy cycles. Comcast highlights multi-agent architecture deployment via Agent Runtime. The platform is winning on speed, not just capability.

Pattern 2

Memory makes agents teammates

Both Payhawk and Gurunavi anchor their stories on Memory Bank. Without persistent context, agents are smarter chatbots. With it, they become genuine assistants.

Pattern 3

Multi-LLM flexibility wins

L'Oreal explicitly mentions multi-LLM flexibility and MCP integration. Enterprises do not want lock-in. Agent Platform supports Claude Opus, Sonnet, and Haiku alongside Gemini.

PayPal's quote also references Agent Payment Protocol (AP2), the trust foundation for agent-based commerce. As autonomous agents start transacting on behalf of users, AP2 becomes a major theme to track for Singapore's digital payments sector and Thailand's growing e-commerce stack.

Digigen's Honest Assessment

Strong points

The platform is genuinely comprehensive. Most competing offerings (LangChain plus self-hosted infrastructure, Microsoft Copilot Studio, AWS Bedrock Agents) cover one or two of build, scale, govern, optimize. Agent Platform covers all four with first-party integration. For enterprises that want a single coherent platform, this is the strongest offering in the market today.

The governance story is the real differentiator. Agent Identity, Agent Registry, Agent Gateway, and the Security dashboard are exactly what regulated enterprises in Singapore and Thailand need.

The Vertex AI consolidation is bold and probably correct. Forcing everyone onto a single platform reduces fragmentation and accelerates the agent-first paradigm.

Cautions

Migration from existing Vertex AI deployments will require planning. If you have production workloads on Vertex AI today, map your migration path now, not in six months.

Agent Platform pricing has not been fully detailed publicly. Expect the model to evolve, build in flexibility.

The maturity of some features (Agent Optimizer in particular) needs to be validated in production. Pilot the entire stack but commit to battle-tested components first (ADK, Agent Runtime, Agent Identity, Agent Gateway).

By consolidating onto Agent Platform, you are betting that Google maintains its current velocity. Based on the last 18 months, that is a defensible bet, but it is still a bet.

The Recommended Sequence

Your First 90 Days on Agent Platform

Days 1 to 14

Audit your AI footprint

Catalog every existing agent, model deployment, and shadow AI workflow. You cannot govern what you have not inventoried.

Days 15 to 30

Run a structured pilot

Pick one high-value use case. Build it end-to-end on ADK plus Agent Runtime plus Agent Identity. Document everything.

Days 31 to 60

Build governance baseline

Stand up Agent Registry, define Agent Identity policies, route everything through Agent Gateway with Model Armor enabled.

Days 61 to 90

Plan Vertex AI migration

Map every existing Vertex AI workload to its Agent Platform equivalent. Build a phased migration plan with timelines.

Throughout: invest in team enablement. Agent Platform is a different skillset from traditional ML engineering.

Final Thoughts

Gemini Enterprise Agent Platform is the most consequential platform launch from Google Cloud since Vertex AI itself. It signals that Google is all-in on the agentic enterprise model, and it gives serious enterprises a credible, governed path to deploy AI agents at scale.

For Thai and Singapore enterprises, this is good news. The governance features specifically address the regulatory environment we operate in. The platform consolidation reduces complexity. The customer proof points show that production deployments at scale are happening today.

The hard part is no longer the technology. The hard part is organizational. Getting your build, security, compliance, and operations teams to operate as a single function around agent deployments. Platforms like this only succeed when the underlying organization is ready for them.

The Vertex AI era is over. The Agent Platform era is here.

Where will your organization be in 90 days?

Talk to Digigen β†’

About Digigen

Digigen is a Google Cloud Partner and Microsoft Solutions Partner with operations in Thailand and Singapore. We help enterprises design, deploy, and govern AI, cloud, and productivity solutions.

Contact us at hello@digigen.io or visit digigen.io.

For our AI agent consulting and platform work, see The Agentiv.