@_philschmid: I'm excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with code execution, web…
Summary
Phil Schmid announces Managed Agents in the Gemini API, enabling one-call agents with code execution, web browsing, and file management in isolated sandboxes, powered by Gemini 3.5 Flash.
View Cached Full Text
Cached at: 05/20/26, 02:25 AM
I’m excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with code execution, web browsing, and file management in an isolated sandbox.
- Powered by Gemini 3.5 Flash and Google’s Antigravity harness
- Runs Bash, Python, and Node.js in isolated sandboxes
- Define custom agents with AGENTS.md and SKILL.md files
- Mount GitHub repos, GCS buckets, or inline files into environments
1/ Antigravity Agent. General-purpose managed agent powered by Gemini 3.5 Flash. Runs code, searches the web, and reads/writes files in Google-hosted sandboxes.
2/ Environments persist across turns. First call provisions the sandbox. Pass the environment_id back and the agent resumes with all files, packages, and state intact.
3/ Skip the setup loop. Mount GitHub repos, GCS buckets, or inline files directly into the sandbox. The environment arrives ready to use.
4/ Create custom agents by ID. Declare instructions and skills inline, or fork an active environment into a reusable agent.
5/ Network allowlists and credential injection. Restrict which domains the sandbox can reach. Auth headers get injected by the egress proxy, never exposed inside the sandbox.
Available in preview now (Rolling out at the moment, should be available for everyone ~2:30pm).
→ Blog: https://blog.google/innovation-and-ai/technology/developers-tools/managed-agents-gemini-api/… → Docs: http://ai.google.dev/gemini-api/docs/agents…
Private Preview on Enterprise:
Try it
Not at the moment
Not yet. What kind of events would you want?
Similar Articles
@googledevs: Agent development is moving forward. While production scaling traditionally required manual infrastructure setup and pr…
Google announces the official launch of Managed Agents in the Gemini API, enabling agent development with zero infrastructure overhead. The article also highlights AGENTS.md, an open format for providing context to AI coding agents, adopted by over 60k open-source projects.
@jerryjliu0: Managed Agents through the Gemini API is @GoogleAI's response to Anthropic Managed Agents Since it's powered by the new…
Jerry Liu announces LlamaIndex's day-1 support for Google's new Managed Agents via the Gemini API, providing a cost-effective agent sandbox and a CLI tool (Antigravity) that integrates LlamaParse for PDF parsing.
@_philschmid: Wrote a Guide for how to get started with the new Gemini Deep Research Agent!
Phil Schmid published a guide for developers on getting started with Google's new Gemini Deep Research Agent.
Google introduces Gemini Enterprise Agent Platform
Google Cloud launches Gemini Enterprise Agent Platform, a managed service for building and deploying AI agents at enterprise scale.
Google I/O, Gemini Spark, Antigravity
Google I/O announced Gemini Spark, a personal AI agent powered by Gemini 3.5 Flash and Antigravity, and the transition of Gemini CLI to the closed-source Antigravity CLI. The article highlights security concerns regarding prompt injection and data handling for agent products.