GenAI PM
tool6 mentions· Updated Sep 18, 2026

Interactions API

An API for which Speakeasy built SDKs in the newsletter’s cited announcement. It appears in the context of developer tooling and ecosystem support for integration.

Key Highlights

  • Interactions API emerged as a unified interface for Gemini models and agents, later becoming the default orchestration surface in GA.
  • The API’s shift to REST plus SSE and publication of an OpenAPI spec signals stronger standardization and easier developer adoption.
  • Developer experience improved materially through clearer, field-level error messages that help both human developers and agent-based systems.
  • Google I/O demos linked the API to secure hosted sandboxes, code execution, and memory management for agent products.
  • Speakeasy’s SDK work and open-source generator tooling expanded the Interactions API’s ecosystem support across SDKs, CLIs, and MCP servers.

Interactions API

Overview

Interactions API is a developer-facing API introduced in the Gemini ecosystem as a unified interface for working with models and agents. Based on newsletter coverage, it began in beta as a way to power upcoming agentic features, then progressed into general availability as the default interface for orchestrating models and agents together. Its positioning suggests it is meant to simplify how developers build agent workflows while standardizing core capabilities like execution, memory handling, streaming, and tool-driven interactions.

For AI Product Managers, the Interactions API matters because it represents a shift from fragmented or RPC-style agent integrations toward a more standard platform interface built on REST, SSE, and OpenAPI. That makes it easier to evaluate developer experience, SDK readiness, ecosystem support, and integration risk. The later partnership with Speakeasy to generate SDKs and open-source tooling further signals that the API is not just a product surface, but a foundational layer for broader agent developer tooling, including CLIs and MCP-compatible infrastructure.

Key Developments

  • 2026-01-03: Interactions API was announced in beta by Phil Schmid as a unified interface for Gemini models and agents, positioned to power agentic features in 2026.
  • 2026-05-05: Logan Kilpatrick rolled out major error message improvements for the Interactions API, making responses more readable for both humans and agents.
  • 2026-05-05: Philipp Schmid highlighted a quality-of-life upgrade: errors now identify exact fields and bad values, list supported enum options, compare expected vs. actual formats, and point to precise field paths like `input[0].name`.
  • 2026-05-23: At Google I/O, Philipp Schmid demoed building an AI agent with a secure hosted Linux sandbox in a single API call using Gemini Managed Agents with the Interactions API to execute code and manage memory.
  • 2026-06-23: Logan Kilpatrick announced the Interactions API reached GA and described it as the new default interface for orchestrating models and agents together.
  • 2026-07-29: Philipp Schmid said the Interactions API shipped to GA with standard REST + SSE, replacing RPC quirks for a more consistent developer experience; quickstart curl examples and an OpenAPI spec were made available in Gemini API docs.
  • 2026-09-18: Philipp Schmid announced a partnership with Speakeasy to build SDKs for the Interactions API and support open-sourcing Speakeasy’s OpenAPI generator suite, including SDK generators, agent CLIs, and MCP servers.

Relevance to AI PMs

  • Evaluate platform maturity and DX: The progression from beta to GA, plus improvements to error handling, provides concrete signals about readiness for production use. PMs can use this to judge whether a platform is stable enough for external developers or internal teams.
  • Design agent product scope faster: The API appears to support orchestration across models, agents, code execution, memory, and hosted sandboxing. PMs building agentic products can map these primitives directly to product requirements and reduce custom infrastructure work.
  • Plan ecosystem and integration strategy: Support for REST, SSE, OpenAPI, and generated SDKs lowers adoption friction across languages and teams. PMs should view this as a lever for faster partner onboarding, stronger developer adoption, and easier long-term maintenance.

Related

  • Google DeepMind / GoogleDeepMind: The organization associated with the Interactions API announcement and broader Gemini platform evolution.
  • Gemini / Gemini API: The Interactions API appears within the Gemini ecosystem and is documented through Gemini API materials.
  • Phil Schmid / Philipp Schmid: Frequently cited as a key public communicator for launches, demos, and developer experience updates related to the API.
  • Logan Kilpatrick: Associated with GA and developer-experience improvements, especially around orchestration positioning and error quality.
  • Gemini Managed Agents: Closely connected through demos showing the Interactions API as the execution layer for agents with sandboxing and memory.
  • OpenAPI: Important because the Interactions API was published with an OpenAPI spec, enabling tooling, documentation, and SDK generation.
  • Speakeasy: Partnered to build SDKs for the Interactions API and tied to open-sourced generator tooling for SDKs, CLIs, and MCP servers.
  • Agents: The central use case; the API is framed as the default interface for orchestrating models and agents together.
  • OpenAI: Mentioned in adjacent newsletter context but not directly connected to the Interactions API itself.

Newsletter Mentions (6)

2026-09-18
Philipp Schmid announced that his unidentified group partnered with Speakeasy to build SDKs for the Interactions API and supported Speakeasy in open-sourcing its OpenAPI generator suite, including SDKs, agent CLIs, and MCP servers.

GenAI PM Daily September 18, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 20 insights for PM Builders, ranked by relevance from Blogs, X, and YouTube. Google DeepMind shared AlphaGenome Atlas, a freely accessible database intended to help researchers decode the genetic causes of disease. Researchers can explore it on DeepMind’s website. Also covered by: @Google DeepMind #8 𝕏 Philipp Schmid announced that his unidentified group partnered with Speakeasy to build SDKs for the Interactions API and supported Speakeasy in open-sourcing its OpenAPI generator suite, including SDKs, agent CLIs, and MCP servers.

2026-07-29
Philipp Schmid shipped the Interactions API to GA, replacing RPC quirks with standard REST + SSE for a more consistent dev experience; quickstart curl examples and the OpenAPI spec are available in the Gemini API docs.

#10 𝕏 Philipp Schmid shipped the Interactions API to GA, replacing RPC quirks with standard REST + SSE for a more consistent dev experience; quickstart curl examples and the OpenAPI spec are available in the Gemini API docs.

2026-06-23
Logan Kilpatrick shipped the Interactions API into GA as the new default interface for orchestrating models and agents together, setting the stage for a new era of agents.

The item says Logan Kilpatrick shipped the Interactions API into GA and positions it as the default interface for model and agent orchestration.

2026-05-23
Philipp Schmid at Google I/O demoed how to build an AI agent with its own secure, hosted Linux sandbox in a single API call using Gemini Managed Agents and the new Interactions API to execute code and manage its memory.

#8 𝕏 Philipp Schmid at Google I/O demoed how to build an AI agent with its own secure, hosted Linux sandbox in a single API call using Gemini Managed Agents and the new Interactions API to execute code and manage its memory. #9 𝕏 Philipp Schmid clarifies that each sandbox session gets its own persistent container ID—shareable across agents—and that they’re currently trading persistence for slower cold starts.

2026-05-05
#8 𝕏 Logan Kilpatrick rolled out extensive error message improvements for the Interactions API, making its feedback far more human- and agent-readable.

#7 📝 OpenAI News How OpenAI delivers low-latency voice AI at scale - OpenAI explains engineering techniques to achieve low-latency voice AI at scale, covering system design, model optimizations, and infrastructure approaches. The post outlines how these measures reduce end-to-end latency for real-time voice applications. #8 𝕏 Logan Kilpatrick rolled out extensive error message improvements for the Interactions API, making its feedback far more human- and agent-readable. #9 𝕏 Philipp Schmid launched a QoL upgrade for the Interactions API: errors now name the exact field and bad value, list supported enum options, show expected vs. actual formats, and pinpoint field paths like `input[0].name`. #10 𝕏 Guillermo Rauch launched npx deepspec, an open-source agent orchestrator that leverages thousands of parallel coding agents in Vercel Sandbox to uncover critical security vulnerabilities in minutes.

2026-01-03
GoogleDeepMind Interactions API in beta : Phil Schmid @_philschmid announced the Interactions API , a unified interface for Gemini models and agents , set to power agentic features in 2026.

Google DeepMind Announces Interactions API Beta From X AI Product Launches & Updates GoogleDeepMind Interactions API in beta : Phil Schmid @_philschmid announced the Interactions API , a unified interface for Gemini models and agents , set to power agentic features in 2026. Qwen-Image-2512 7s high-res image generation : Qwen @Alibaba_Qwen showcased high-resolution images in ~7s from Qwen-Image-2512 , crediting @PrunaAI for support. Agent Workflows integration with ACP : Llama Index @llama_index unveiled an integration of Agent Workflows with the Agent Client Protocol (ACP) , enabling fully customizable agentic systems.

Stay updated on Interactions API

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free