Antigravity's TOS: one wrong prompt, your whole Google account gone

5 min read 1 source clear_take
├── "Tying a developer tool's TOS to full Google account suspension is qualitatively different and dangerous"
│  ├── top10.dev editorial (top10.dev) → read below

The editorial argues the scariest word in the clause is 'account,' not 'suspend' — because a Google account holds Gmail, Drive, Photos, YouTube, Android backups, Workspace, and every 'Sign in with Google' OAuth link. Most SaaS TOS terminate a service; Google's terminates your identity, which is a categorically different threat model.

│  └── Gergely Orosz (X/Twitter (via Hacker News)) → read

Orosz flagged the clause publicly, highlighting that third-party or commercial usage patterns Google hasn't sanctioned can trigger suspension of the underlying Google account — not just IDE access. His framing treats this as a newly risky escalation of enforcement scope for a developer tool.

├── "Agentic IDEs make this especially risky because the agent's behavior is unpredictable by design"
│  └── top10.dev editorial (top10.dev) → read below

The editorial points out that Antigravity, Cursor, Cline, and Aider are explicitly designed to take multi-step actions the user didn't literally type — fetching URLs, running tests, opening PRs. Attaching Google's opaque enforcement machinery to a tool that will sometimes do unexpected things creates a mismatch between how the tool works and how the TOS will judge its output.

├── "This is just standard TOS — users should read the terms before signing up"
│  └── @Hacker News commenters (aggregate) (Hacker News, 303 pts) → view

A portion of the 204-comment HN thread took the 'you should always read the TOS' line, treating the clause as unremarkable boilerplate that users implicitly accept whenever they use a Google product. This position frames the outrage as naive rather than the policy as novel.

└── "Google has a documented pattern of opaque, automated account terminations with poor recourse"
  └── top10.dev editorial (top10.dev) → read below

The editorial cites the well-documented pattern of users losing a decade of email because an automated system flagged a Photos upload or a Play Console tripped an invisible policy, with recourse limited to a form, a wait, and sometimes a viral tweet. Extending that same enforcement machinery to a developer IDE compounds an already-known failure mode.

What happened

Google shipped Antigravity, its new agentic coding IDE built around Gemini, and buried in the terms of service is a clause that connects the IDE's usage policy to your entire Google account. Engineering-manager-turned-writer Gergely Orosz flagged it on X: use Antigravity in a way Google decides violates its policies — including, per the language, third-party or commercial usage patterns Google hasn't sanctioned — and the remedy on the table isn't just revoking your IDE access. It's suspension of the Google account behind it.

That's the same Google account that holds your Gmail, your Google Drive, your Google Photos, your YouTube channel, your Android backups, your Workspace tenant if you're a solo founder on it, and every OAuth login you've stitched to "Sign in with Google" over the last decade. The scariest word in the clause isn't "suspend." It's "account."

The post landed on Hacker News with 303 points and the usual mix of "you should always read the TOS" and "this is qualitatively different." The qualitative difference is what's worth writing about. Most SaaS TOS terminate the service. Google's terminates the identity.

Why it matters

Google has done this before. There's a well-documented pattern of people losing access to a decade of email because an automated system flagged a Google Photos upload, or because a Play Console account tripped some invisible policy. The recourse is a form, a wait, and sometimes a viral tweet. What's new here is that Google is now attaching that same enforcement machinery to a developer tool, at a moment when the industry is racing to put agentic IDEs in front of every engineer.

Agentic IDEs are, by design, unpredictable. The whole selling point of Antigravity, Cursor, Cline, Aider, and the rest is that you hand off multi-step work — read this repo, refactor that module, run these tests, open a PR. The agent will, sometimes, do something you didn't literally type. It will fetch URLs you didn't ask about, execute code you didn't audit, and — critically for TOS purposes — generate content and make API calls that look, from the outside, like whatever pattern the abuse-detection classifier was trained to catch. You are now one hallucinated curl away from a policy violation attributed to your Google identity.

Compare this to how the rest of the market is drawing the line. Anthropic's Claude Code runs against a Claude subscription or API key; if Anthropic terminates you, you lose Claude, not your email. Cursor bills its own subscription and, if it drops you, you go find another editor. GitHub Copilot's abuse enforcement is scoped to Copilot and, at worst, your GitHub account — bad, but not "the account you use to log into your bank's 2FA reset flow." Antigravity is the first mainstream agent IDE where the coupling runs all the way up to the identity layer of the person's whole digital life.

The community reaction on HN split predictably. One camp: "this is standard Google boilerplate, don't be dramatic, they're not going to nuke your Gmail because you asked Antigravity to scrape a competitor's docs." The other: "they don't have to *want* to; the automated systems already do this to hobbyists over Photos uploads, and now the surface area includes an AI that autonomously hits URLs on your behalf." The second camp has the receipts. The right frame isn't "will Google enforce this;" it's "what does it cost you when a classifier false-positives?"

There's also a competitive read here. Google's identity-account gravity is the entire moat for Antigravity's distribution — one-click auth, seamless Workspace integration, your existing billing. But that same gravity is what makes the TOS clause terrifying. The value proposition and the risk are the same fact viewed from two sides.

What this means for your stack

If you're evaluating Antigravity — or you already installed it — treat the account boundary as an architectural decision, not a settings question.

Use a dedicated Google account for the IDE. Not your primary. Not the one with Gmail history. A fresh Workspace user or a burner personal account whose only job is to log into Antigravity. If Google suspends it, you lose the IDE. That's a survivable outage. Losing your Gmail is not.

Audit what's federated behind your main Google login. "Sign in with Google" is convenient right up to the moment the underlying account is gone. Run through your OAuth grants (myaccount.google.com/permissions) and move anything mission-critical — Stripe, GitHub, your password manager fallback, your bank's identity verifier — to email/password or a different SSO provider. If the loss of one Google account would cascade into losing your billing, your source control, and your 2FA reset paths, the fix isn't waiting to see if Antigravity's TOS ever bites — it's decoupling now.

Sandbox the agent's execution surface. Antigravity, like every agentic IDE, will run tools. Run it in a container or VM with its own network egress and its own credentials — not your logged-in shell with your personal SSH keys, GCP creds, and browser cookies within reach. This is generally good practice with any autonomous agent; it becomes non-negotiable when the identity behind the agent is coupled to your email.

Read the TOS actually. For once, this isn't a cliché. The specific clause matters — what "third-party usage" means, what "commercial" triggers apply, what the appeal path is. Google's boilerplate is often broader than the enforcement pattern, but the boilerplate is what a legal team can point to when the automated flag lands.

For teams: this is a procurement conversation. If your company standardizes on Antigravity and every engineer authenticates with their corporate Workspace identity, you've created an incident class where a single engineer's IDE misbehavior can suspend their Workspace user — locking them out of Gmail, Calendar, Drive, and Meet in the middle of the workday. Talk to your IT and security teams before that becomes a Monday-morning ticket.

Looking ahead

The fix isn't for Google to soften the clause; it's for Google to decouple the products. Antigravity's abuse remediation should terminate Antigravity, full stop, the way Copilot's terminates Copilot. Until then, the practical stance is simple: treat any tool whose TOS reaches into your identity layer as a tool that runs in an isolated identity. The industry spent twenty years learning to sandbox untrusted code. Sandboxing untrusted *terms of service* is the 2026 version of the same lesson.

Hacker News 303 pts 204 comments

Google Antigravity TOS: 3rd party usage can get Google account suspended

→ read on Hacker News

// share this

// get daily digest

Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.