Enterprise Governance
Operates under your existing Google Cloud Terms of Service with centralized administrative controls and role-based access.
Integration with Gemini Enterprise and Gemini Enterprise Agent Platform enables enterprise development teams to deploy Google Antigravity using models hosted directly within your organization’s Google Cloud infrastructure. Every session runs under Google Cloud’s enterprise security controls, data residency guarantees, and the Google Cloud Terms of Service.
Supported products: Antigravity 2.0Antigravity CLI
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 and role-based access.
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.
Consumption Billing
Integrates directly with your Google Cloud Billing account for unified consumption invoicing at Agent Platform pricing.
Make sure your environment meets the following prerequisites:
A Gemini Enterprise Standard,Gemini Enterprise Plus or Gemini Enterprise Pay-as-you go edition. (Other editions, such as Gemini Enterprise for Business, are planned for future releases but are not currently supported).
A Google Cloud project ID and a deployment location—global, us, or eu—that carries your license.
For Bring Your Own Identity (BYOID), an administrator must configure Cloud Identity or Workforce Identity Federation for your organization.
Select a project: Selecting a project doesn’t require a specific IAM role—you can select any project that you’ve been granted a role on.
roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.Before configuring your environment, review the Identity and Access Management (IAM) roles required for initial project setup and model inference:
| Setup Step | Required IAM Role | Permission ID |
|---|---|---|
| Create GCP Project | Project Creator (roles/resourcemanager.projectCreator) |
resourcemanager.projects.create |
| Enable Agent Platform API | Service Usage Admin (roles/serviceusage.serviceUsageAdmin) |
serviceusage.services.enable |
| Use Antigravity Models | Agent Platform User (roles/aiplatform.user) |
aiplatform.user |
To setup Gemini Enterprise subscriptions, follow the official Google Cloud onboarding guide.
Gemini Enterprise 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 and Antigravity 2.0 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