A managed Gemini agent runs tool calls through policy hooks, budget gauges, and scheduled worker lanes inside a cloud sandbox
A managed Gemini agent runs tool calls through policy hooks, budget gauges, and scheduled worker lanes inside a cloud sandbox
+ Google News

Google turns Gemini Managed Agents into scheduled, governed workers

Google updated Gemini API Managed Agents with Gemini 3.6 Flash as the default, environment hooks, token budgets, scheduled triggers, and free-tier access.

Google has expanded Managed Agents in the Gemini API with controls that make the hosted agent runtime look more like scheduled infrastructure.

The July 28 update says Managed Agents now default to gemini-3.6-flash, support environment hooks around tool calls, run on free-tier projects, accept total-token budgets, support scheduled triggers, and expose an Environments API for inspecting or deleting sandbox sessions.

That is a meaningful follow-up to Google’s earlier Managed Agents launch. The first release gave developers a hosted Gemini agent with code execution, file management, package installation, web retrieval, background tasks, and remote MCP integrations. This update adds more of the surrounding operational surface: how teams gate tool calls, control cost, repeat jobs, and clean up agent environments.

Hooks put policy inside the sandbox loop

The most important control is environment hooks. Google says developers can add an .agents/hooks.json file so scripts run before or after tool calls inside the remote sandbox.

That gives teams a concrete place to block, lint, audit, or validate actions before the agent continues. A security gate can intercept code execution or file writes. A formatting hook can run after a tool finishes. HTTP hooks can send events to external services.

Hooks do not decide the whole trust model. They do give the application a programmable checkpoint between the model’s intended action and the sandbox’s execution surface.

Google’s example customer uses post-tool hooks to verify generated company logos for banker-ready decks before publishing an approved manifest. That example is Google-reported, but the design pattern is broader: use hooks for deterministic checks the model should not grade by itself.

Budgets and triggers make agents repeatable

Autonomous agent runs can consume tokens unpredictably because they plan, inspect, retry, and revise. Google now lets developers pass max_total_tokens inside agent_config. When the agent hits the limit, execution pauses with an incomplete status while preserving the environment so the caller can continue with a fresh budget.

Scheduled triggers move the same runtime toward recurring work. A trigger binds an agent, environment, prompt, and cron schedule so the task can run without a manual API call. The Environments API then gives teams a way to list, inspect, and delete sandboxes instead of waiting for automatic expiry.

Those additions shift Managed Agents from a demo-friendly API to a platform component. The product question becomes less “can the model use tools?” and more “can the organization run this worker safely every day?”

Sources

The AI Feed Desk

The AI Feed Desk

Editorial desk

The AI Feed Desk tracks AI provider updates, model releases, agent tooling, and enterprise adoption, turning fast-moving announcements into source-linked context for builders and operators.

Noticed a typo, incorrect information, or translation error?

Tell us so we can fix it.

Help Improve This Article

Related Articles

Developer work lanes compare coding, agent tasks, reasoning effort, and billing controls for Gemini 3.6 Flash in Copilot

Gemini 3.6 Flash rolls into GitHub Copilot

GitHub says Google's Gemini 3.6 Flash is rolling out in Copilot with configurable reasoning effort and parallel tool use.

The AI Feed Desk

By The AI Feed Desk

Editorial illustration of Gemini routing through Apple developer tooling

Google brings Gemini models to Apple developers

Google says Apple developers can call Gemini models through Apple's Foundation Models framework and use Gemini inside Xcode.

The AI Feed Desk

By The AI Feed Desk

Google's official Gemini 3.5 Flash model card

Gemini 3.5 Flash beats last year's Pro on the work builders ship

Google's Gemini 3.5 Flash beats last year's 3.1 Pro on coding and agentic benchmarks at ~40% lower cost — with reasoning and 1M-context limits worth testing.

The AI Feed Desk

By The AI Feed Desk

Audio streaming, image, and video model cards arranged on a developer migration calendar

Gemini API adds TTS streaming as media model shutdown dates arrive

Google's Gemini API changelog added streaming speech generation for a preview TTS model and set near-term shutdown dates for older Imagen and Veo model IDs.

The AI Feed Desk

By The AI Feed Desk

A Gemini-colored cursor moves through a browser window inside a guarded sandbox

Gemini 3.5 Flash gets a Computer Use tool for agent workflows

Google's Gemini API now previews Computer Use with browser, mobile, and desktop environments, making execution safety and logging part of the developer workflow.

The AI Feed Desk

By The AI Feed Desk