Skip to content

Extensions

Gemini CLI extensions connect partner tools and services directly into the agent. Extensions from Dynatrace, Elastic, and other Google partners give Gemini CLI access to observability data, search capabilities, and enterprise tools. This lesson covers discovering, installing, and configuring extensions.

Gnome mascot

What you'll learn

  • Extensions integrate partner tools like Dynatrace and Elastic into Gemini CLI
  • Extensions are installed from the Google Cloud Marketplace or partner repositories
  • Each extension adds domain-specific tools and slash commands

Build it

Use the extensions subcommand to list, install, and configure available partner integrations.

bash
# List available extensions
gemini extensions list

# Install an extension
gemini extensions install dynatrace

# Configure the extension
gemini extensions configure dynatrace

What goes wrong

MistakeHow you notice itThe fix
Extension requires authenticationTools return auth errorsRun gemini extensions configure <name> and provide credentials
Extension incompatible with CLI versionInstallation fails with version errorUpdate Gemini CLI to the latest version

Resource links:

Next: Release Channels