Enterprise Governance
Operates under your existing Google Cloud Terms of Service with centralized administrative controls.
To deploy Google Antigravity using models hosted directly within your organization’s Google Cloud infrastructure, you can integrate with the Gemini Enterprise app and Gemini Enterprise Agent Platform. Every session runs under Google Cloud’s enterprise security controls, data residency guarantees, and the Google Cloud Terms of Service.
Supported products: Antigravity 2.0 Antigravity CLI Visual Studio Code Visual Studio (Preview) JetBrains (Preview) Zed (Preview)
You can use Antigravity in two ways:
By connecting Google Antigravity to your Google Cloud project, your organization gains:
Enterprise Governance
Operates under your existing Google Cloud Terms of Service with centralized administrative controls.
Data Residency & Security
Satisfies private networking (VPC Service Controls) and regional data residency constraints. Enterprise prompts, responses, code, and telemetry are never stored outside your private environments.
To set up Gemini Enterprise subscriptions, follow the official Google Cloud onboarding guide.
Gemini Enterprise App DocumentationComplete the following three steps to provision your Google Cloud project and enable API access.
Select or Create a Google Cloud Project: Select an existing project or create a dedicated project for your team’s Antigravity workloads.
Go to GCP Project SelectorVerify Cloud Billing: Ensure that Cloud Billing is active for your selected Google Cloud project. You can inspect your project’s billing status in the Cloud Console.
Open Google Cloud Billing ConsoleEnable the Agent Platform API: Enable the Agent Platform API (aiplatform.googleapis.com) to allow Antigravity clients to connect to your project’s model endpoints.
Google Antigravity uses a single sign-on (SSO) flow. When you sign in with your corporate business account, your license tier is automatically detected without requiring manual tier selection.
global, us, or eu).Bring Your Own Identity (BYOID) uses Workforce Identity Federation (WIF) to let your organization authenticate through an external identity provider, such as Okta, instead of a standard Google Account.
For headless environments and automated terminal workflows, the Antigravity CLI supports authentication using Google Cloud Application Default Credentials (ADC).
gcloud auth application-default login --project {GCP_PROJECT}
~/.config/gcloud/application_default_credentials.json
export AGY_ADC_AUTH=true
unset AGY_ADC_AUTH
Antigravity CLI, Antigravity 2.0, and IDE Extensions support multi-region deployment endpoints to satisfy regional data residency requirements:
| Endpoint Region | Base Endpoint URI | Supported Capabilities |
|---|---|---|
| Global | global | Text Generation, Code Inference, Multimodal, Image Generation |
| US Multi-Region | us | Text Generation, Code Inference, Multimodal |
| EU Multi-Region | eu | Text Generation, Code Inference, Multimodal |
For full endpoint specifications, consult the Deployment Endpoints Documentation.
Request & Response Logging
Audit model interactions and maintain enterprise compliance records for your Gemini Enterprise Agent Platform instance. Learn more
VPC Service Controls (VPC-SC)
Enforce private networking security perimeters by adding the Agent Platform API to your VPC-SC perimeter. Learn more
BYOID / WIF login:
When contacting Google Cloud Support, include the diagnostic log file from your most recent session:
~/.gemini/antigravity-cli/cli.log
~/Library/Logs/Antigravity/language_server.log