Antigravity Ask BridgeAntigravity Ask Bridge starts a local HTTP and WebSocket bridge inside the Antigravity extension host so external CLIs and coding agents can drive the Antigravity chat UI, inspect conversations, and read saved artifacts. What it does
Requirements
InstallationInstall the extension from Visual Studio Marketplace or Open VSX, then reload the window if the host does not activate the extension automatically. Recommended usageFor most users, the recommended way to interact with the bridge is through the published
Use the raw HTTP endpoints when you need direct integration or custom automation beyond what the CLI already provides. Default behaviorThe bridge activates on startup and, when enabled, starts listening on the configured HTTP and WebSocket ports. In the preferred workspace, the default ports are typically:
In other workspaces, the extension may derive different default ports unless you explicitly override them in settings. You can verify the bridge with:
If you changed the configured bridge port, replace Expected response:
Commands
Settings
Changes to these settings apply after reloading the window. API highlightsThe local bridge exposes endpoints including:
For a structured API reference, see https://github.com/ddarkr/antigravity-ask/blob/main/docs/extension-api.openapi.yaml. The OpenAPI document covers the HTTP bridge surface and distinguishes the diagnostics/debug endpoints from the main automation endpoints. Security and scopeThis extension is intended for local development and agent automation inside an Antigravity-enabled environment. The bridge exposes local control endpoints, so you should only run it on machines and profiles you trust. Packaging notesThis package contains the VS Code extension only. The companion CLI package is published separately as |