Google Antigravity 2.0 is the moment the agentic-dev market gets an integrated incumbent — desktop app, CLI, SDK, Managed Agents API, and an enterprise platform, all in one launch.
On 19 May 2026, at Google I/O, the company unveiled Antigravity 2.0, a standalone, agent-first development platform built around Gemini 3.5. The launch covered a desktop application, a command-line tool (Antigravity CLI), a programmatic SDK, Managed Agents inside the Gemini API, and the Gemini Enterprise Agent Platform for organisations. The desktop app runs subagents in parallel, schedules background tasks, and accepts voice commands. Coverage from TechCrunch, MarkTechPost, and The Next Web all converged on the same framing: this is the first integrated agentic developer suite from a major lab.
What Antigravity 2.0 actually ships
The new desktop application is the centrepiece. Antigravity 2.0 lets developers spin up multiple subagents that work in parallel on different parts of a project, schedule recurring background tasks, and orchestrate the whole thing through a graphical interface. The desktop app also accepts voice commands — the practical effect is that an agent can be running a long-horizon coding job in the background while the developer dictates the next request. Integration is built in for Google AI Studio, Android Studio, and Firebase, which means the project a developer starts inside Antigravity can be shipped to a real device or a real Firebase backend without leaving the platform.
The CLI is for developers who never leave the terminal. The Antigravity CLI delivers the same agent-orchestration capability through a lightweight, scriptable surface; developers can compose agent workflows inside shell scripts, hook them into existing CI/CD pipelines, and stay inside the editor of their choice. The SDK extends the same agent harness to applications — the same orchestration layer that powers Google's own products is now available for developers to embed in their own software, with the option to host on their own infrastructure rather than Google's.
The Managed Agents API is the part that matters most for production. With a single Gemini API call, a developer spins up an agent that reasons, uses tools, and executes code in an isolated Linux environment. Google manages the sandbox, the timeout, the resource limits, and the lifecycle. The agent appears to the developer's application as an HTTP endpoint, but underneath it is a real, sandboxed compute environment running real code on real data. The price for that abstraction is the new $100-per-month AI Ultra plan, which carries a 5x higher usage limit than the AI Pro plan inside Antigravity.
3.5 Flash delivers frontier performance for agents and coding, excelling at complex long-horizon tasks that deliver real-world utility.
— Google, Gemini 3.5 launch framing (https://blog.google/innovation-and-ai/technology/developers-tools/google-io-2026-developer-highlights/)
Why the integration is the announcement
Each individual component of Antigravity 2.0 has a competitor already shipping. Cursor and Windsurf own the agentic IDE surface. Cognition Labs has Devin for the autonomous-engineer pitch. Replit Agent is in the same neighbourhood. Anthropic's Claude Code is the strongest terminal-side agent. OpenAI's Codex now runs anywhere and on Windows. What none of those competitors has, today, is the full stack — desktop, CLI, SDK, managed runtime, enterprise platform — under one brand, sharing one agent harness, plugged into one model family, with one billing relationship.
That integration is the strategic point. Developer tools win by reducing the number of seams a developer has to cross to ship something. Every additional seam — a separate billing account, a different agent runtime, a CI tool that does not talk to the local agent — adds friction that compounds across hundreds of small decisions. Google's bet is that an integrated stack reduces those seams faster than any single best-in-class tool can keep up with. The bet is consistent with the way the Android and Workspace bundles won earlier categories.
💡Integration as the strategic weapon
The agentic-dev market has been a thousand best-of-breed knives. Antigravity 2.0 is a Swiss-army knife with a brand and a billing relationship attached. The interesting question is not which knife is sharpest; the interesting question is which platform reduces seams fastest at enterprise scale.
The competitive context
Antigravity 2.0 lands inside a busy week. Anthropic announced the Stainless acquisition the day before, telling the same story from the other side: the SDK layer is the strategic battleground for agents. OpenAI shipped Codex on Windows and the Codex-from-anywhere update a week before that. Microsoft has been embedding agentic capability into VS Code Insider builds at a steady cadence. Each lab is converging on the same conclusion — that the next year of revenue from developer tools depends on owning the agent layer, not just the model behind it.
Google has three structural advantages here that the others do not have together. The first is Android Studio, Firebase, and the Google Cloud SDK — three developer surfaces with very large existing user bases, all now wired to Antigravity. The second is the Gemini Enterprise Agent Platform, which lets large customers govern agent deployments with single-sign-on, audit, and policy controls that match the rest of Google Workspace. The third is the price ceiling: at $100 per month for the AI Ultra plan, Google has set a competitive floor that the smaller players will have to match.
Anthropic's answer is depth. Claude Code on the terminal is the best-in-class agent for engineers who know what they want and want the model to execute precisely. Google's answer is breadth. Antigravity 2.0 is the platform for engineers who want everything under one roof. The two strategies can coexist; they pay off on different customer types.
What this means for engineering teams
For TK's readers running engineering teams — Spout, Atlas, Kettle, and the clients who use them — three concrete shifts follow.
First, the build-versus-buy calculus on internal agent platforms has shifted. Building a custom agent runtime to coordinate model calls, sandbox execution, and tool integration was a real proposition six months ago. With Managed Agents in the Gemini API priced inside a normal cloud contract, the case for building from scratch is weaker; the case for building a thin wrapper around a managed runtime is stronger. Reassess any in-flight internal agent-platform projects against the Managed Agents specification before next quarter.
Second, the team-skill question changes. An engineer who knows how to compose subagent workflows, write agent prompts that respect a sandbox, and orchestrate background tasks is now a differentiable skill on the team. That skill set is not yet common; the first wave of engineers who develop it inside Antigravity will be more productive than peers by a meaningful multiple for a year or two.
Third, the security posture has to shift. An agent that executes code in a sandboxed Linux environment can still touch your data, your credentials, and your secrets if the secrets reach the agent's context. Treat Antigravity's sandbox as a perimeter, not a vault, and govern what flows into the prompt the same way you govern what flows into a CI runner.
Frequently Asked Questions
These are the questions engineering leaders, platform architects, and developer-tools teams have been asking since the I/O announcement. Short answers follow, drawn from Google's announcement and corroborating coverage at TechCrunch, MarkTechPost, and The Next Web.
What is Google Antigravity 2.0?
In short, Antigravity 2.0 is Google's standalone agent-first development platform: a desktop app, a CLI, an SDK, Managed Agents inside the Gemini API, and the Gemini Enterprise Agent Platform. The answer, simply put, is that Google has packaged the full stack of agentic-dev tooling under one brand with one billing relationship. The key is that it is built on Gemini 3.5 and ships voice commands, parallel subagent orchestration, and background task scheduling.
How does Antigravity 2.0 compare with Claude Code, Devin, and Cursor?
Cursor and Windsurf own the agentic-IDE surface; Cognition's Devin pitches as an autonomous engineer; Anthropic's Claude Code is the strongest terminal-side agent. According to the I/O announcement, Antigravity 2.0 is broader than any of them — it covers desktop, CLI, SDK, managed runtime, and enterprise platform as one integrated stack. Analysis of the launch shows the strategic claim is reducing the number of seams a developer has to cross, not winning any single best-of-breed comparison. Data from the developer-tools market over the past five years shows integrated platforms tend to win on enterprise adoption while best-of-breed tools tend to win on individual-developer love.
Why does the Managed Agents API matter?
Managed Agents lets a developer spin up an agent with a single Gemini API call. According to the announcement, the agent runs in an isolated Linux environment that Google manages, exposing itself to the developer's application as an HTTP endpoint. Research from the agentic-app market shows that running a production agent runtime is one of the harder operational problems facing engineering teams in 2026. Evidence from the pricing structure — $100 per month for the AI Ultra plan with 5x usage — reveals Google is competing on cost as well as integration.
Who is Antigravity 2.0 for?
Antigravity 2.0 is for individual developers who want an integrated environment, engineering teams that want a managed agent runtime, and enterprises that need governance over agent deployments. In other words, the platform is aimed at three buyer profiles at once — the indie developer with the desktop app, the engineering team with the CLI and SDK, and the enterprise architect with the Gemini Enterprise Agent Platform. The single integrated stack is what lets Google address all three from the same product.
What are the real risks of building on Antigravity?
Analysis of the platform reveals three durable risks. First, the lock-in risk: an integrated stack reduces seams but also raises switching cost, and applications built deeply on Antigravity will be hard to port to a different agent runtime. Second, the security risk: an agent that executes code in a sandbox can still touch any data that reaches its prompt, so secrets management is an explicit governance question. Third, the model-dependency risk: the platform is tied to Gemini 3.5 today, and any future Gemini release that changes behaviour will ripple through every agent built on Antigravity. Each risk is structural, not cosmetic.
Antigravity 2.0 is the moment the agentic-dev market gets a Swiss-army-knife incumbent — one stack, one model family, one billing relationship, one enterprise platform. The bet is that integration wins where best-of-breed tools have led for the past two years. The bet is testable inside two quarters, when developer-adoption telemetry from Anthropic, OpenAI, Cursor, and Google will tell the story. Read alongside the Stainless acquisition, which tells the same agent-tooling story from the Anthropic side, and Emergence World on agent safety as an ecosystem property.
Sources: Google — "I/O 2026 developer highlights: Antigravity, Gemini API, AI Studio" (blog.google); MarkTechPost — "Google Launches Antigravity 2.0 at I/O 2026" (marktechpost.com); TechCrunch — "Google launches Antigravity 2.0 with an updated desktop app and CLI tool at IO 2026" (techcrunch.com); The Next Web — "Antigravity turns into a full agentic development platform" (thenextweb.com).