The Rundown AI homepage

Independent tool overview

Gemini Managed Agents at a glance

Gemini Managed Agents is Google's Public Preview agent runtime for the Gemini API. One Interactions API call can provision a remote Linux sandbox where an Antigravity-based agent reasons, searches the web, runs code, manages files, uses remote tools, and continues long tasks in the background.

Visit the official Gemini Managed Agents site ↗
Gemini Managed Agents product preview
Product type
Hosted agent runtime and API
Status
Public Preview
General agent
Antigravity agent
Default model
Gemini 3.7 Flash
Environment
Isolated Ubuntu Linux sandbox
Built-in tools
Search, URL context, code, and filesystem
Execution
Streaming, multi-turn, and background
Pricing
Free quota or pay-as-you-go tokens and tools
Review date
August 30, 2026

Overview

What Gemini Managed Agents is

Gemini Managed Agents gives developers a hosted agent harness instead of only a model response. The general-purpose Antigravity agent can plan and execute multi-step work inside an isolated Ubuntu environment with Python, Node.js, command-line tools, persistent files, web access, and built-in Gemini tools.

Developers can prototype in Google AI Studio or use the Gemini Interactions API from Python, JavaScript, Java, or REST. Agents can be customized with a chosen supported Gemini Flash model, system instructions, mounted sources, AGENTS.md and SKILL.md files, Google Search, URL Context, code execution, filesystem access, remote MCP servers, custom functions, and network rules.

The hosted sandbox reduces infrastructure work but does not make an autonomous agent safe by default. New environments allow unrestricted outbound network traffic unless configured otherwise, and an agent can use every credential or external permission it receives. Treat the preview as untrusted execution: restrict egress, inject short-lived secrets through the proxy, gate consequential tools, isolate data, cap spend, and verify every output or change.

Use cases

Who Gemini Managed Agents is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Long-running research and analysis

Let an agent gather sources, run calculations, manipulate files, and return a synthesized artifact asynchronously.

Hosted code-and-file workflows

Execute Python, Node, shell tools, package installs, and file transformations without provisioning a separate worker for each task.

Agent prototypes in AI Studio

Experiment visually with open-source templates, tools, sources, and sandbox settings before writing API integration code.

Custom internal agents

Save reusable named configurations with organization instructions, skills, data, tools, and network controls.

Teams already using Gemini API

Add an agent loop and remote environment while keeping Gemini models, billing, credentials, and SDK patterns in the same platform.

Capabilities

Core Gemini Managed Agents features

1

Antigravity managed agent

A general-purpose Google-hosted agent loop that plans, reasons, uses tools, checks work, and produces files or answers.

2

Remote Linux sandboxes

Provisions isolated Ubuntu environments with Python 3.12, Node.js 22, common libraries, package installation, files, and command-line utilities.

3

Built-in tools

Supports Google Search, URL Context, code execution, and filesystem operations within the managed interaction.

4

Custom tools and MCP

Connects remote MCP servers or application-defined functions so the agent can work with external services under supplied permissions.

5

Persistent and sourced environments

Reuse an environment across interactions or seed a fresh sandbox from Git, Google Cloud Storage, inline files, instructions, and skills.

6

Background execution

Runs long tasks asynchronously, exposes status states, supports polling or reconnection, and allows cancellation.

7

Saved custom agents

Registers a named agent configuration with a base agent, model, system instruction, tools, and base environment for repeatable invocation.

8

Network and credential controls

Supports outbound domain allowlists and proxy header transformations so secrets can be injected without appearing inside the sandbox.

Process

How the Gemini Managed Agents workflow works

  1. Step 1

    Prototype a narrow task

    Use the AI Studio Agents playground or one Interactions API call to test a bounded job with no production credentials.

  2. Step 2

    Choose model and tools

    Select the appropriate supported Flash model and remove every search, URL, code, filesystem, MCP, or function tool the job does not need.

  3. Step 3

    Build a restricted environment

    Mount only required sources, set an outbound domain allowlist, isolate test data, and inject short-lived credentials through proxy transformations.

  4. Step 4

    Add policy gates

    Use precise system instructions, pre-tool hooks, validation code, approval states, schemas, timeouts, token limits, and idempotent external operations.

  5. Step 5

    Run asynchronously and observe

    Use background execution for long jobs, store the interaction and environment IDs, monitor state and usage, and cancel stalled or unexpected runs.

  6. Step 6

    Validate before committing

    Inspect generated files, sources, commands, diffs, calculations, and external actions in a trusted process before deployment or data mutation.

Cost

Gemini Managed Agents pricing and free plan

Managed Agents uses Gemini API pay-as-you-go pricing for all underlying model inference, including intermediate reasoning and agent-loop tokens, plus any applicable tool charges. Google says a single interaction typically consumes roughly 100,000 to 3 million tokens. Remote environment CPU, memory, and sandbox execution are not billed during the Public Preview, and a limited free tier is available with rate and usage quotas.

Free tier

$0 within quota

Preview access for experiments and small evaluations under Google's free rate and usage limits.

  • Managed-agent quota is limited
  • Model and tool availability may differ from paid access
  • Suitable for prototypes rather than predictable production capacity

Paid Gemini API

Pay as you go

Usage is billed from the selected model's token rates and applicable tool fees.

  • Input, output, intermediate input, and reasoning tokens are billable
  • Agent loops can consume 100K to 3M tokens per interaction
  • Search and other tool fees follow their published pricing
  • Set billing budgets and task-level limits

Preview environment compute

No additional charge during preview

Google currently does not bill the remote sandbox's CPU, memory, or execution time.

  • Temporary preview policy
  • Does not make model tokens or paid tools free
  • Recheck before production because billing can change after preview

Pricing checked . Check current pricing at the source ↗

Assessment

Gemini Managed Agents strengths and limitations

Where it stands out

  • Turns one API interaction into a hosted multi-step agent with tools and execution
  • Avoids provisioning a separate sandbox and worker stack for early agent deployments
  • Supports visual prototyping plus Python, JavaScript, Java, and REST integration
  • Remote environments can persist files and installed packages across related turns
  • Custom instructions, skills, sources, MCP servers, functions, and model selection provide substantial flexibility
  • Background status and cancellation fit long research or artifact-generation jobs
  • Network allowlists and proxy secret injection enable a defensible least-privilege design

What to consider

  • The service is in Public Preview, so APIs, agent versions, limits, reliability, and billing policy can change
  • Outbound network access is unrestricted by default unless the developer adds an allowlist
  • An agent can exercise the full scope of any credential or tool it receives
  • A typical 100K-to-3M-token interaction can be expensive and difficult to predict before execution
  • Sandbox compute is free only during preview; future production economics are not yet established
  • Generated code, research, data transformations, and tool actions can be incorrect or unsafe despite sandbox isolation
  • Environments are permanently deleted after seven days of inactivity, and stopped VMs may add cold-start latency
  • Managed-agent storage and isolation do not replace application-level authorization, audit, rollback, and human approval

Compare

Gemini Managed Agents alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Agents

Agent Builder

A visual OpenAI alternative for designing, versioning, and deploying multi-agent workflows with hosted tools.

Explore Agent Builder

Business Operations

ChatBotKit

A higher-level platform for packaging agents with datasets, actions, widgets, messaging channels, and reusable blueprints.

Explore ChatBotKit

Coding

Together AI

An AI infrastructure alternative for teams prioritizing broader model choice, serverless inference, dedicated endpoints, and custom deployment control.

Explore Together AI

Questions

Gemini Managed Agents FAQs

What are Gemini Managed Agents?

They are Google-hosted agent configurations for the Gemini API. A call can provision a remote Linux sandbox where an agent reasons, searches, runs code, manages files, and uses connected tools.

Which managed agents does Google provide?

The current overview lists the general-purpose Antigravity agent and Deep Research. Developers can also extend Antigravity into saved custom agents with their own model, instructions, tools, skills, and sources.

Which model powers the Antigravity agent?

The current default is Gemini 3.7 Flash. Google's documentation also lists supported configuration with Gemini 3.6 Flash and Gemini 3.5 Flash.

How much do Gemini Managed Agents cost?

There is a limited free quota. Paid usage charges the selected Gemini model's input, output, intermediate, and reasoning tokens plus applicable tool fees. Sandbox compute is free during preview.

Why can a managed-agent task be expensive?

One user request can trigger many planning, reasoning, tool, and verification loops. Google says a typical interaction may consume roughly 100,000 to 3 million tokens.

Can managed agents run in the background?

Yes. The Interactions API can start a background task, return an ID immediately, expose status for polling or streaming, pause for required input, and accept cancellation.

Can an agent access the internet?

Yes. New remote environments allow unrestricted outbound traffic by default. Production integrations should use a narrow domain allowlist and avoid exposing unnecessary credentials.

How long does a managed-agent environment last?

Files and installed packages can persist when an environment ID is reused, but Google permanently deletes environments after seven days of inactivity. A spun-down VM may need a cold start on the next request.

Bottom line

Our Gemini Managed Agents verdict

Gemini Managed Agents is a compelling shortcut for developers who want a capable agent loop, code execution, files, and web tools without operating sandbox infrastructure. The current preview is best treated as a platform experiment with production-grade guardrails supplied by the application: restricted networking, scoped secrets, explicit tool policies, cost caps, observation, approvals, and independent validation. Its value is high for complex bounded tasks, but unpredictable multi-million-token loops and preview volatility make workload testing essential.

Visit Gemini Managed Agents website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.