Gemini API Managed Agents: 3.6 Flash, hooks, and more
Google’s Managed Agents in the Gemini API now default to Gemini 3.6 Flash, with new hooks, budget controls, and free tier access for developers.
The useful question is what changes for users, developers or buyers, and whether the announcement stays industry context or becomes something people can actually use.
Managed Agents in the Gemini API now default to the Gemini 3.6 Flash model, replacing previous defaults without requiring code changes. Developers can explicitly select models such as Gemini 3.5 Flash-Lite for cost efficiency or pin to a preferred model. The update also introduces environment hooks, enabling custom scripts to run before or after tool calls within the sandbox, supporting validation and auditing workflows.
New budget controls allow developers to cap total token consumption per agent interaction, preventing runaway tasks. Scheduled triggers automate recurring agent tasks using cron schedules, with sandbox environments persisting across executions. The Environments API provides tools to manage sandbox sessions, including recovery and cleanup, reducing manual oversight in agent workflows.
Free tier access is now available for Managed Agents, enabling experimentation without active billing on a project. Complex tasks may still consume significant tokens, but the new controls ensure predictable spending and safe pausing when limits are reached, with state preserved for resumption.
OffDeal, an AI-native investment bank, uses post_tool_execution hooks to validate company logos in agent-generated decks, enforcing quality checks within the sandbox. The feature allows automated image verification, ensuring compliance with branding standards before final output.