Skip to content
Tools · Jul 28, 2026

Google adds hooks, budget controls, and free tier to Managed Agents in Gemini API

Managed Agents now default to Gemini 3.6 Flash, with new environment hooks for tool-call auditing, scheduled triggers, and budget controls.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Managed Agents in the Gemini API now default to Gemini 3.6 Flash.
  • New environment hooks allow blocking, linting, or auditing tool calls inside the sandbox.
  • Budget controls, scheduled triggers, and free tier access are now available.

Managed Agents in the Gemini API now default to the Gemini 3.6 Flash model, replacing the previous unspecified default. No code changes are required for existing users to adopt the new default during their next interaction.

Developers can explicitly select models by passing the agent_config.model parameter when creating an interaction or managed agent. Supported models include Gemini 3.6 Flash (default), Gemini 3.5 Flash, and Gemini 3.5 Flash-Lite. The latter is positioned as the lowest-latency and lowest-cost option within the Gemini 3.5 family.

New environment hooks let teams run custom scripts before or after tool calls inside the sandbox. Hooks can block, lint, or audit tool calls using pre_tool_execution and post_tool_execution events. Hooks support regular expression matchers to target specific tools or all tools (e.g., code_execution, write_file).

Hooks can execute local commands or POST to external endpoints via HTTP handlers. If a pre_tool_execution hook returns a decision to deny, the tool call is skipped and the reason is passed into the model’s context. Teams are already using hooks to build production-grade validation pipelines, such as automated image verification for AI-native workflows.

Additional features include budget controls, scheduled triggers, and free tier access for Managed Agents. These capabilities build on prior releases that introduced background tasks and remote MCP server integration.

Sources
  1. 01Google AI — BlogGemini API Managed Agents: 3.6 Flash, hooks, and more
Also on Tools

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.