@_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
Gemini API Managed Agents: 3.6 Flash, hooks, and more
Google announced updates to Managed Agents in the Gemini API, including a default to the Gemini 3.6 Flash model, environment hooks for tool call auditing, budget controls, scheduled triggers, and free tier access.
Expanding Managed Agents in Gemini API: background tasks, remote MCP and more
Google is expanding Managed Agents in the Gemini API with new capabilities including background execution, remote MCP server integration, custom function calling, and credential refresh, enabling more reliable and production-ready agents.
@_philschmid: One API call. That is all it takes to build a specialized financial analyst using Gemini Managed Agents. Combine remote…
演示如何通过一次API调用,使用Gemini Managed Agents结合远程MCP服务器和GitHub技能,构建一个自主的金融分析师,自动生成包含自定义SVG图表的幻灯片。
@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.
@_philschmid: Yesterday we launched computer use in Gemini 3.5 Flash with browser, mobile, and desktop environments. I put together a…
Phil Schmid announces the launch of computer use in Gemini 3.5 Flash, enabling control of browser, mobile, and desktop environments, with a quickstart guide for controlling Android phones via adb.