Thursday, September 17, 2026

Today’s Edition

AI Intel Report

MARKETS

Frontier Models

Gemini Managed Agents Harness Update Adds Files API and Credentials API

The September 2026 release of antigravity-preview-09-2026 for Gemini managed agents introduces file management tools, secure credential registration, and caching enhancements that reduce costs on complex workflows while maintaining existing pricing.

4 MIN READ
Inside a expansive corporate technology facility dedicated to frontier artificial intelligence infrastructure a group of anonymous technicians wearing standard business casual clothing and identification badges work methodically around multiple rows of tall black server racks identified as MCP servers with indicator lights blinking steadily in green and blue patterns while one technician stands at a central workstation composed of three large flat panel monitors displaying complex abstract graphical interfaces that represent managed agent orchestration systems for Gemini including layered visualizations of file upload pathways and encrypted credential storage modules without any readable characters or symbols present on the screens another technician kneels beside an open server chassis inserting a small secure hardware token into a port to demonstrate credential registration processes nearby a long metal table holds stacks of physical document folders and external storage drives arranged to symbolize file management capabilities from the new Files API a third technician reviews printed schematic diagrams spread across the table surface while pointing toward a cluster of cooling fans and cable bundles that connect to additional racks representing Gemini 3.8 Flash and Gemini 3.5 Flash model deployments in the background through large glass partitions a wider view reveals an entire data hall filled with identical server arrays under even overhead illumination with subtle reflections on polished concrete floors and distant figures moving between aisles carrying portable diagnostic tablets the overall environment conveys a professional engineering setting focused on the September 2026 release of antigravity-preview-09-2026 for Gemini managed agents where enhancements to caching mechanisms appear implied through organized cable management systems and efficient workspace layouts that reduce operational complexity on intricate multi step workflows all elements remain strictly hardware and human activity based with no visible branding logos text numbers or interface overlays ensuring the scene captures the introduction of Files API and Credentials API tools alongside cost efficient caching features that maintain existing pricing structures for complex agent based operations in a realistic live action photojournalistic style grounded entirely in the physical presence of computing hardware secure access devices and collaborative technical activity within the facility
Illustration: AI Intel Report

Gemini managed agents are a general-purpose managed agent on the Gemini API that reasons, executes code, manages files, and browses the web inside a secure Linux sandbox.

The antigravity-preview-09-2026 harness became available in September 2026 and now serves as the default for Gemini managed agents in both the Interactions API and AI Studio.

Existing requests that run on the prior harness continue without interruption, and pricing for the service stays the same.

What background led to the antigravity-preview-09-2026 harness release?

The earlier antigravity-preview-05-2026 harness supported core agent functions including reasoning and code execution inside a secure Linux sandbox.

Developers using the previous version encountered constraints when handling persistent data or external service authentication, often requiring custom workarounds that reduced efficiency.

Google designed the new harness to align agent behavior more closely with capabilities available in the Antigravity Coding Agent while adding dedicated APIs for file and credential operations.

What new features does the updated harness include?

The Files API permits uploading data directly into active agent sandboxes, listing available files, and retrieving specific files or entire directories from the sandbox environment.

The Credentials API supports one-time registration of secrets in the form of bearer tokens, environment variables, or OAuth2 credentials that attach to MCP servers or sandbox environment variables.

Improved caching mechanisms deliver higher hit rates of approximately 9 percent on multi-turn coding and research tasks and 22 percent on long question-answering runs.

  1. Register credentials through the Credentials API using one of the supported secret types.
  2. Upload required data files into the sandbox via the Files API before agent execution begins.
  3. Configure the agent instance to default to Gemini 3.8 Flash for the interaction.
  4. Execute the agent task and retrieve outputs including any downloaded files or directory contents.

How do the technical specifics of the new APIs operate?

The Files API operates within the secure Linux sandbox environment, enabling the agent to perform data management operations without exiting the controlled runtime.

The Credentials API relies on a network proxy positioned around the agent sandbox to inject registered credentials during outbound requests.

We created a network proxy around the agent sandbox which basically injects the credentials when the agent makes a request from inside the sandbox to outside the sandbox. So the agent never really sees your credential.Philipp Schmid, Member of the Technical Staff, Google DeepMind

This proxy approach ensures that the model itself never receives or processes the actual credential values during operation.

Comparison of features between the previous and updated Gemini managed agent harness versions
Aspectantigravity-preview-05-2026antigravity-preview-09-2026
Default ModelGemini 3.5 FlashGemini 3.8 Flash (configurable per interaction)
File ManagementLimited capabilitiesFull Files API for upload, list, and download
Credential HandlingManual workarounds requiredCredentials API with network proxy injection
Cache Hit Rate ImprovementBaselineApproximately 9% on coding tasks, 22% on long QA
Deprecation StatusActive until October 5, 2026Current default with automatic redirection after deprecation

What cost and performance changes result from the harness update?

The same caching gains produced a 17% cost reduction on reasoning tasks according to measurements reported by Google AI Studio.

These efficiency improvements apply to tasks that involve repeated interactions within the agent sandbox without altering the underlying model pricing structure.

What market and stakeholder implications follow from the update?

Developers focused on multi-turn coding and research workflows gain direct access to lower operational costs through the elevated cache performance.

Enterprise users benefit from the secure credential registration process that reduces the need for custom security layers around agent deployments.

The shift to Gemini 3.8 Flash as the default model provides access to an updated base capability while preserving the option to select alternative models per interaction.

What expert reactions address the harness changes?

Philipp Schmid, Member of the Technical Staff at Google DeepMind, described the credential handling mechanism in detail.

What comes next for Gemini managed agents?

The antigravity-preview-05-2026 harness will reach deprecation on October 5, 2026, after which all requests will redirect automatically to the new harness.

Developers are advised to test existing agent configurations against the updated APIs to ensure compatibility ahead of the transition date.

Subsequent releases may extend the Files API and Credentials API with additional integration points for other Google services.

Frequently asked

When will the previous harness version be deprecated?

The antigravity-preview-05-2026 harness will be deprecated on October 5, 2026, after which requests will be redirected to the new harness.

How does the Credentials API maintain security during agent operations?

The Credentials API registers secrets once and uses a network proxy to inject them during outbound requests, ensuring the model never receives the actual credential values.

Sources

  1. Google AI Studio — Gemini managed agents are getting an updated harness. `antigravity-preview-09-2026` brings the agent's tools and behavior closer to what you get in the Antigravity Coding Agent... We're also shipping two new APIs... A Files API... and a Credentials API... Cache hit rate is up ~9%... 30% lower on multi-turn coding.
  2. Google AI for Developers — The Antigravity agent is a general-purpose managed agent on the Gemini API. ... For `antigravity-preview-09-2026`, the default model is Gemini 3.8 Flash... A single API call gives you an agent that reasons, executes code, manages files, and browses the web inside your own secure Linux sandbox...
  3. Finance Biggo — Explanation of the network proxy mechanism in the Credentials API.