Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

Google Managed Agents API + Antigravity 2.0: Architecting Hosted Operational Agent Operations in Custom Development (2026)

Table of contents · 11 items

On May 20, 2026, alongside Google I/O 2026, articles were published announcing that Google Unveils Antigravity 2.0 and Gemini API Managed Agents and Google Unveils "Managed Agent API" to Launch AI Agents with Hosted Linux Environments via Single API Call and Custom Markdown Instructions. Entering an era where an AI agent equipped with a Linux environment spins up with a single API call, AI Studio gained official support for Android app development, while Antigravity 2.0 showcased a demo developing an operating system from scratch and running Doom on it.

For firms driving AI adoption for mid-sized enterprises through client development, this marks a turning point where all clients in the PoC phase face the simultaneous decision of building an agent execution infrastructure on self-hosted IaaS or adopting Google-hosted Managed Agents. Following Anthropic-based managed agents covered in our article on Claude Managed Agents, the same concept has now been standardized within the Google ecosystem. In this article, we outline key architectural considerations for integrating and operating Managed Agents in business workflows from a client service perspective.

Why the Managed Agents API transforms architectures for mid-sized enterprises

ItemIn-house build (traditional)Google Managed Agents
Execution environmentCustom in-house builds using GKE, Cloud Run, or LambdaLinux environment launched via a single API call
Agent definitionCode + IaC + deploymentsCustom instructions in Markdown
ScalingCustom monitoring + auto-scaling architectureTransparently managed by Google
Tool connectivityCustom API integration and MCP implementationGoogle Connectors + standard MCP
Audit LoggingCustom SIEM integrationStandard Cloud Audit Logs provided
Model switchingCode releasesAPI parameter updates only

In short, Managed Agents represent the transition of operational agent IaaS into SaaS. At the same time, defining business scopes, data boundaries, and human approval gates remains an essential design responsibility in client development.

Three structures transformed by Managed Agents

Structure 1: From implementation to architecture and operations

Previously, the primary focus when building operational business agents for clients was constructing the execution infrastructure. With the rise of Managed Agents, the center of gravity shifts to defining business scope, designing prompts, establishing human approval gates, and managing audit operations. The proportion of engineering hours decreases, while the emphasis on business analysis, legal compliance, and operations increases.

Structure 2: From a single cloud to Google × MCP × line-of-business systems

Managed Agents reach line-of-business systems outside Google Workspace via MCP and Google Connectors. In custom development engagements, we combine this with transforming internal systems into agents via MCP Tunnels to design communication paths governed by Zero Trust and least privilege.

Structure 3: From multi-year IaC investments to agent definitions in Markdown

Because agent behavior can now be defined using custom instructions in Markdown, iteration cycles with business units are shortened dramatically. At the same time, this creates a new governance challenge: version controlling business logic defined in Markdown.

Five phases of integrating Managed Agents into business operations

Phase 1: Defining business scope and aligning expectations (2 weeks)

We audit which workflows, with which data, and to what degree to automate across three dimensions: operations, data, and legal compliance. Workflows involving personal data or confidential classifications require mandatory approval gates.

Phase 2: Managed Agents PoC (2–3 weeks)

  • Initial setup of Gemini API and Managed Agents
  • Prototyping 3–5 business scenarios
  • Designing and reviewing Markdown custom instructions
  • Connecting line-of-business systems (MCP / Connectors)
  • Failure fallbacks and human approval gates

Phase 3: Production rollout (3–4 weeks)

  • Cloud IAM and confidentiality label integration
  • Integrating audit logs (Cloud Audit Logs) with SIEM
  • DLP and guardrails (architected similarly to our AI Agent Production DB Deletion Guardrails)
  • Phased rollout (by organizational unit → department → company-wide)
  • Establishing operational runbooks

Phase 4: Internal training and knowledge base setup (2 weeks)

  • "Authoring Agents in Markdown" training for business units
  • Usage guidelines, anti-patterns, and escalation paths
  • Management training for department leads

Phase 5: Monthly operational reviews (ongoing)

  • Audit log reviews and anomaly detection
  • Refining agent behavior (prompts and tool integrations)
  • KPI monitoring (processed volume, time saved, error rate)
  • Tracking new capabilities (Gemini 3.5 and Antigravity 2.0 updates)
  • Version control reviews for Markdown instructions

Standard technology stack set for custom development

LayerRecommended technologyAlternative
Agent foundationGemini API Managed AgentsAnthropic Managed Agents
ModelGemini 3.5 Pro / UltraGemini 2.5 Flash (lightweight tasks)
Tool connectivityMCP + Google ConnectorsCustom APIs
IDE and development supportAntigravity 2.0Cursor / Cline
Authentication / authorizationGoogle Workspace IdP + IAMIndividual OAuth implementations
Audit LoggingCloud Audit Log + BigQuery + LookerSplunk
DLP and data governanceWorkspace DLP + sensitivity labelsMicrosoft Purview
Approval workflowApps Script + SlackServiceNow

Which projects are suitable (and unsuitable) for Managed Agents

Suited projectsUnsuitable projects
Company-wide Google Workspace adoptionPrimarily Microsoft 365
Multiple line-of-business system connections that need consolidation via MCPContained within a single SaaS application
Desire to centralize audit loggingExisting company-mandated logging infrastructure
Need for rapid prototyping cycles with business departmentsWaterfall development with frozen specifications
Desire to reduce the cost of building custom agent execution infrastructureExisting in-house Kubernetes infrastructure

Six clauses to include in client contracts

ClauseDetailsWhat the client should verify
Target operationsDepartment × function × sensitivity tierOut-of-scope items require separate agreements
Responsibility for versioning Markdown instructionsRepositories, review workflows, and release proceduresExecutive approval
Incident SLAResponse times for erroneous executions or suspected leaksBusiness impact level
Audit log retention36+ months / BigQuery storageLegal review
Offboarding handoverConfigurations + instruction documents + audit resultsInternal operational continuity
Handling of personal dataData scope and third-party disclosurePPC notification filings

Client ROI estimate (assuming 200 employees and 10 operational agents)

ItemIn-house buildGoogle Managed Agents custom development engagementDifference
Initial setup timeframe6 months6–8 weeks-4 months
Monthly operational workload200h30h-170h
Monthly working hours savedAverage of 6 hours / personAverage of 14 hours / person+8h
200 people × 8 hours × 12 months+19,200h
Audit response hours300 hours/year80h/year-220h
Annual benefitEquivalent to approximately ¥150 million

This translates to over ¥120 million annually, calculated at an hourly rate of ¥6,000. Compared to building and maintaining a custom execution platform in-house, the reduction in operational overhead and audit compliance workload serves as the primary basis for investment decisions.

Five common pitfalls

Pitfall 1: Misunderstanding that "written in Markdown" means anyone can build it

While writing Markdown is straightforward, failing to design business scopes, data boundaries, and human approval gates directly leads to production incidents. Agent design should involve three roles: business PM, engineer, and legal counsel.

Pitfall 2: Promoting a PoC straight into production

PoCs operate under the assumption of using mock or sandbox data. Moving to production requires a comprehensive redesign of permission boundaries, audit logging, and fail-safes.

Pitfall 3: Lacking version control for Markdown

If Markdown instructions are edited directly in Google Drive or Notion, tracking who changed what becomes impossible. Manage them using Git repositories and pull request reviews.

Pitfall 4: Behavioral shifts caused by model updates (Gemini 3.5 → 4.0)

While Managed Agents make switching models effortless, they also introduce the risk of unannounced behavioral changes. Conduct monthly regression testing on key operational scenarios.

Pitfall 5: Collecting audit logs without active analysis

Simply enabling Cloud Audit Logs does not provide anomaly detection. Build operations that include dashboards in BigQuery and Looker alongside monthly review meetings.

90-day action plan

WeekAction
Week 1〜2Inventorying operations, data, and legal requirements
Week 3〜5Managed Agents PoC (3–5 business scenarios)
Week 6〜9Production deployment (IAM, auditing, DLP, guardrails)
Week 10〜11Internal training + phased rollout
Week 12〜13Launching monthly operations + initiating KPI tracking

Summary — Client architecture design in the era when operational agent IaaS becomes SaaS

The Google Managed Agents API and Antigravity 2.0 have established a viable path to shift operational agent execution infrastructure from custom in-house builds to Google-hosted services. For partners driving enterprise AI adoption, integrating business scoping, Markdown instruction version control, and audit operations delivers far greater strategic value than the raw code implementation itself.

Integrating Managed Agents into business workflows requires tailored architectural design depending on workflow scope, data confidentiality tiers, and the number of connected systems; we quote each project individually. Whether you are facing challenges where you want to trial Managed Agents but legal has stalled progress, you built a custom Kubernetes agent infrastructure but cannot manage operations, or version control for Markdown instructions has broken down, feel free to contact us via our contact form.

Sources

Share this articleXFacebook
Kakeru Suzuki

Fascinated by the possibilities of technology, has had a deep interest in programming and digital art since student days

Turn this article's theme into your company's next step

Thinking together, starting from the work you entrust to AI.

We organize your current operations and data to define the scope entrusted to AI, what humans should review, and how to run trials.

  • Target operations
  • Data to use
  • How to verify effectiveness
Consult on AI adoption for your business

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles by email