
Tech • IA • Crypto
Google has introduced managed agents in the Gemini API and AI Studio, enabling developers to build customizable AI agents that can execute code, browse the web, and operate within secure cloud-based environments.
The new system allows AI agents to operate inside a secure Linux sandbox hosted by Google, where they can execute code, manage files, and perform tasks autonomously. This environment isolates operations while still enabling complex workflows such as scripting, data processing, and file generation.
The agents are driven by Gemini 3.5 Flash, a model optimized for fast, agentic workflows. It supports reasoning, multi-step execution, and tool usage, making it suitable for coding tasks, automation, and interactive problem-solving.
Developers can quickly experiment via AI Studio, which now includes an “Agents” tab with prebuilt templates. Examples include tools for customer support, data analysis, and repository maintenance, allowing users to launch tasks with minimal setup.
In one example, an agent generated a weather dashboard by fetching live data, parsing it with Python, and producing an interactive HTML interface styled with Tailwind CSS. The agent handled the full workflow, from data retrieval to front-end generation, within a single command.
Users can observe each step the agent performs, including command execution and file creation. Outputs such as scripts, HTML files, and visualizations can be downloaded directly from the sandbox, providing visibility and reproducibility.
Agents can be tailored using configuration files like agents.md and skills.md, which define behavior, tone, and capabilities. Developers can also attach scripts, datasets, or entire GitHub repositories as sources, enabling highly specialized agents.
The Gemini API includes an interactions endpoint designed for agent workflows. Developers can initialize agents, send tasks, and maintain multi-step conversations using interaction IDs and persistent environments.
Agents support ongoing sessions where outputs from one step feed into the next. For example, after generating a Fibonacci sequence, an agent can continue by plotting it and saving the result as an image within the same environment.
The API allows streaming responses, enabling developers to display intermediate steps as agents execute tasks. This supports more interactive applications and improved user experience in real-time systems.
While SDK support is still evolving, developers can retrieve generated files by calling a REST endpoint to download a snapshot of the sandbox environment, including all created assets such as scripts and visual outputs.
Developers can create fully custom agents using API calls, defining base models, instructions, and capabilities. One example included a technical explainer agent that generates slide decks, complete with structured content and code snippets.
Google’s managed agents expand the capabilities of the Gemini ecosystem by combining autonomous execution, customization, and secure infrastructure, positioning them as a powerful tool for building advanced AI-driven workflows and applications.