Google's agent-first dev platform · hand whole tasks to AI agents · desktop app + CLI + SDK · Mac/Windows/Linux · free For Individuals tier
What it is: instead of one assistant in a chat box, Antigravity gives AI agents their own space to work. A Manager Surface spawns, orchestrates and watches many agents in parallel; an Editor View is a full AI IDE with tab-completion and inline commands. You hand over a whole task — plan, code, run, self-correct — rather than copy-pasting snippets. Ships as a desktop app, a CLI, an SDK, and a managed agent service. Runs: Google's platform — needs a Google account, not self-hosted. Pricing one-liner: For Individuals = $0/mo with basic weekly rate limits; paid tiers raise the limits.
antigravity.google.# Paste into the new-agent prompt box, then send:
Write a Python script that fetches a UniProt entry by accession,
prints the protein name, length, and organism, then add a test and
run it — fix any errors until the test passes.
| Control | What it does |
|---|---|
@ | In the prompt box: mention files / context for the agent |
/ | In the prompt box: run an action |
mic button | Dictate the task instead of typing (live voice transcription) |
| Model selector | Switch the model per task (Gemini / Claude / gpt-oss — see below) |
| Local / New Worktree | Choose where the agent runs — your branch, or an isolated Git worktree |
| Manager Surface | Control room: spawn, orchestrate & observe multiple agents in parallel |
| Editor View | Full AI IDE — tab-completion + inline command requests beside the running agent |
| Artifacts | Agent's task lists, screenshots & browser walkthroughs — review & comment like a doc |
The same agents, in your terminal. On first run it greets you with "Welcome to Antigravity CLI!" and a colour-scheme picker (light, dark, tokyo night and more). Type a task in plain English; the agent (shown as AGY) replies with the change as a reviewable code diff before you accept.
you: add a greeting function
AGY: Here's the change → shown as a diff to review
Beyond the app and CLI, Antigravity also ships an SDK and a managed agent service — the same agents can run inside your own scripts and pipelines.
| Need | How |
|---|---|
| Add context | Type @ in the prompt box to mention files / context for the agent |
| Isolate experimental work | Pick New Worktree — the agent gets its own Git worktree, main stays clean; review before merging |
| Trusted small edits | Pick Local — runs the agent on a chosen branch (e.g. main) |
| Inline IDE work | Editor View — tab-completion + inline command requests beside the agent |
| Many agents at once | Manager Surface — spawn/observe parallel agents; split a big job across subagents |
| Work while away | Run an agent in the background, or a cron-scheduled task, and review later |
| Verify the work | Read the agent's Artifacts — task lists, screenshots, browser walkthroughs — and comment |
Model-agnostic. From the model selector, switch between Gemini (3.5 Flash, 3.1 Pro, 3 Flash), Anthropic Claude Sonnet & Opus 4.6, and gpt-oss-120b — all inside one platform, all on the free plan. Use a stronger model on a hard task, a fast one for routine edits.
| Tier | Cost & what you get |
|---|---|
| For Individuals | $0/mo — Gemini 3.5/3.1/3, Claude Sonnet & Opus 4.6, gpt-oss-120b; unlimited tab-completions & command requests; basic weekly rate limits |
| AI Pro / AI Ultra | Paid tiers add higher rate limits & a flexible AI credit pool — see antigravity.google/pricing for current pricing |
Parallel, background and scheduled runs all draw from the same weekly quota — they finish a multi-part job faster but don't make it cheaper. See antigravity.google/pricing for current plan pricing.
Agents act on your code — supervise. Isolate risky runs in a New Worktree and review the Artifacts before merging; discard cleanly if you don't like the result. Batch related changes into one task rather than many tiny ones — every request draws down the weekly limit, and a real prototyping session can exhaust the free tier quickly. For parallel agents, keep the tasks independent (no shared file). Young & fast-moving: 2.0 was a full rebuild shipped May 2026 — expect change. Docs: antigravity.google/docs.