Google Gemini integration

What is Google Gemini?

Google Gemini is a family of large language models from Google, and Antigravity is Google's agentic coding platform built on top of them - an agent that can read, write, and refactor code from natural-language prompts.

By integrating Buddy with Google Gemini you can add the Antigravity action to your pipelines and let the agent review code, generate changes, or automate routine engineering tasks on every push, on a schedule, or on demand.

Setting up Google Gemini integration

  1. Go to the Integrations tab and click New integration.

  2. Look up and click Google Gemini.

  3. A configuration window will show up. Here you provide:

  • Name and ID of the integration
  • Scope - whether the integration is available across the whole Workspace, a single Project, or a specific Environment
  • Authorization - a Google Gemini API key (see below)
Info
You can adjust who can use the integration and where in the Permissions tab.
  1. Once done, click Add a new integration to finish configuration.

Authorization

Authorize with a Google Gemini API key.

To obtain the key:

  1. Go to https://aistudio.google.com/api-keys (also linked as Get API key in the form).
  2. Click Create API key, name the key and pick a Google Cloud project.

Image loading...Creating a new API key in Google AI Studio

  1. Copy the generated key value from the API key details window.

Image loading...API key details in Google AI Studio

  1. Paste it into the API KEY field in Buddy and click Add a new integration. The key is stored as an encrypted secret and passed to the pipeline as a secure environment variable, never saved in plain text in your repository.

Image loading...Google Gemini integration configuration with API key authorization

Once the integration is added, you can use the Antigravity action in your pipeline and reference the integration by its ID.

Info

Last modified on Jul 21, 2026