Google DeepMind Launches Interactions API to Power Next-Generation Autonomous Gemini Agents
The new stateful interface simplifies development for complex, autonomous agents while unlocking exclusive access to future Gemini innovations.
June 22, 2026

In a move that signals a fundamental evolution in how developers interact with artificial intelligence, Google DeepMind has launched the Interactions API into general availability, establishing it as the default and primary interface for all Gemini models and agents[1][2]. This release marks a major departure from the traditional paradigm of simple prompt-and-response mechanics, transitioning instead to a unified system tailored for complex, multi-turn, and highly autonomous agentic workflows[3][4]. By making this API the standard recommended gateway, the company is positioning itself at the forefront of the stateful AI revolution, aiming to streamline how businesses and software engineers build next-generation applications[3][1]. The transition represents more than a simple technical update; it reflects a broader industry-wide realization that the future of artificial intelligence relies on statefulness, long-running processes, and deep tool orchestration rather than isolated queries[4][5].
A cornerstone of this transition is the departure from the legacy generateContent API in favor of a vastly simplified but more capable architecture[3][6]. While the older system required developers to manage complex, role-based conversation structures and keep track of chat histories client-side, the Interactions API introduces a simplified schema structured around what are known as typed steps[6][7]. These steps make it dramatically simpler to observe, debug, and design user interfaces for intermediate events, such as an agent's internal reasoning process or the rendering of search widgets[3][7]. Furthermore, the API features native, server-side history management through an identifier system that links previous interactions automatically[3][5]. By enabling server-side state by default, Google removes substantial boilerplate code and logistical overhead from developers, allowing them to construct multi-turn conversations without having to manually feed previous transcripts back to the model with every new prompt[3][5].
In addition to state management, the Interactions API introduces native support for asynchronous, background execution to accommodate the rising computational demands of reasoning-focused models[3][7]. Traditionally, API calls operate on a synchronous request-and-response model, which is ill-suited for deep thinking tasks that require extended periods of analysis, computation, or web-searching[4][5]. By incorporating a dedicated background execution parameter in the API call, developers can now offload highly intensive, long-running operations to background processes[3][1]. This feature is particularly vital for powering complex, next-generation tasks like those required by Google's Deep Think and Deep Research capabilities, where an agent might need minutes or hours to synthesize data, run simulations, or compile extensive reports[3][5]. The ability to run these processes asynchronously on the server side ensures that client applications remain highly responsive and stable during heavy workloads[3][5].
Beyond mere text generation, the Interactions API serves as a powerful orchestration engine for what Google calls Managed Agents[1][2]. With a single API call, developers can provision a remote, isolated Linux sandbox—referred to within the platform's architecture as the Antigravity Agent environment—where autonomous systems can execute code, interact with terminal utilities, and carry out tasks in a secure workspace[1][2]. This sandboxing capability solves a critical safety and functional challenge in the AI industry, enabling agents to safely write and test their own code, run scripts, and combine multiple tools without posing security risks to the host system or the developer's infrastructure[1][2]. Through integration with Google's Agent Development Kit and the Agent-to-Agent protocol, these managed agents can collaborate seamlessly with external developer frameworks, translating complex user instructions into concrete, multi-step actions across various digital environments[5][8].
The strategic importance of this API is underscored by Google's decision to route all of its future AI innovations exclusively through the Interactions endpoint[3][6]. While the older generateContent API will remain supported for legacy systems, any new models, agentic capabilities, and specialized tools will launch solely on the new platform going forward[3][6]. This includes highly anticipated releases like the upcoming Gemini Omni multimodal video capabilities, as well as specialized generation tools such as the Lyria 3 model for music creation and the Nano Banana model optimized for fast, flexible image generation[1][2]. By locking next-generation features behind this stateful interface, Google is urging the developer ecosystem to rapidly adopt the new standard[3][1]. To facilitate this massive transition, the company has partnered with third-party software development kit providers and introduced dedicated migration tools, including an automated coding agent skill designed to seamlessly rewrite legacy integration code[1][9].
Ultimately, the rollout of the Interactions API as the primary standard highlights the maturing of the artificial intelligence economy from basic text generation tools to fully realized digital coworkers[4][5]. By providing a single unified endpoint that handles both basic model inference and complex agent sandboxing, Google has simplified the developer journey while raising the ceiling of what AI applications can achieve[1][5]. This structural shift addresses some of the biggest pain points in modern software engineering, from state preservation to long-running task management and sandbox safety[3][1]. As companies race to integrate deeper automation into their products, having an intuitive, flexible, and robust API will likely serve as a critical competitive advantage[3][4]. By establishing this infrastructure today, Google is not only upgrading its immediate software offerings but laying the foundation for an ecosystem where humans and autonomous digital agents can collaborate with unprecedented fluidity[4][5].
Sources
[1]
[2]
[3]
[4]
[7]
[8]
[9]