Google Gemini API adds managed agents, sandboxes
Google's new Managed Agents and Interactions API provide secure, stateful Linux sandboxes for LLMs to execute code and browse the web autonomously. Developers can now deploy versioned agents defined by markdown files without managing underlying execution infrastructure.
Google is moving Gemini from a simple chat API to a full-stack agent orchestration platform by internalizing the most difficult part of agentic workflows: secure code execution.
- –Managed sandboxes eliminate the infrastructure overhead and security risks of running LLM-generated code in production.
- –The Interactions API replaces the stateless `generateContent` model with server-side session management, reducing token overhead for long-running tasks.
- –Using `AGENTS.md` and `SKILL.md` for configuration treats agent identity and tool-use as version-controlled code rather than opaque prompt strings.
- –Native web browsing and code execution capabilities position Gemini 3.5 Flash as a direct competitor to specialized "coding agent" platforms.
- –Server-side state persistence enables "Deep Research" style background tasks that survive client disconnects.
DISCOVERED
9h ago
2026-05-19
PUBLISHED
9h ago
2026-05-19
RELEVANCE
AUTHOR
Wes Roth