Antigravity Bridge banner
ythx-101 ythx-101

Antigravity Bridge

AI community

Description

Bridge Antigravity AI desktop app to REST API via CDP

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

πŸŒ‰ Antigravity Bridge

**Turn Google's free Antigravity IDE into a REST API β€” access Claude Opus 4.6, Gemini 3.1 Pro, and more for free**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org) [![Version](https://img.shields.io/badge/Version-1.3.1-green.svg)](CHANGELOG.md)

*6 free AI models Β· REST API Β· Sync & async chat Β· Image generation*


[!CAUTION] **⚠️ Risk Warning β€” Read Before Use**

This project turns a desktop client into a headless API via CDP injection. This **violates Antigravity's Terms of Service** and carries real risks:

  • Account throttling β€” Rate limits, degraded responses, shadow-banning
  • Account ban β€” Your Google account may be suspended, potentially affecting other Google services (GCP, Workspace, Gmail)
  • Detection is trivial β€” CDP debugger attachment, Security.setIgnoreCertificateErrors, and non-human interaction patterns (zero typing delay, no cursor movement) are all easily detectable

**Protect yourself:**

  1. 🚫 Never use your primary Google account β€” Register a throwaway account
  2. 🐒 Add delays between requests β€” Mimic human typing speed, avoid high concurrency
  3. πŸ§ͺ Personal research only β€” Do not use as a production API or multi-user backend
  4. πŸ’€ Expect breakage β€” This is a cat-and-mouse game; the channel can be killed at any time

*Use at your own risk. The authors are not responsible for any account actions taken by Google/Antigravity.*


😑 The Problem

"Opus 4.6 API costs hundreds per month" "Gemini 3.1 Pro is free but has no convenient API" "I want my agent to use multiple models without paying for each"

**Antigravity Bridge** wraps [Antigravity](https://antigravity.com) β€” a free AI desktop app by Google β€” into a standard REST API via Chrome DevTools Protocol (CDP). One endpoint, six free models.

πŸš€ Quick Start