Integrations
Google AI
How to get your Google AI API key and connect it to Nova Admin.
Enter your Google AI Studio API key to access Gemini models. Enables chat completions, token counting, embeddings, image generation (Imagen), text-to-speech, and batch processing.
Prerequisites
- A Google AI account. Sign up at https://aistudio.google.com/apikey.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to <a href="https://aistudio.google.com" target="_blank">aistudio.google.com</a> and sign in with your Google account.
- Click <strong>Get API key</strong> in the left sidebar (or go directly to <code>aistudio.google.com/apikey</code>).
- Click <strong>Create API key</strong> — AI Studio will create a GCP project automatically for you if needed.
- Copy the <code>AIza...</code> key and store it securely.
- In Nova Admin, go to <strong>/agents/integrations</strong>, find <strong>Google AI</strong>, and paste the key into the API Key field.
Credential fields
| Field | Required | Description |
|---|---|---|
| API Key | Yes | Secret — stored encrypted, never exposed. (e.g. AIza...) |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your Google AI account has API access enabled and billing is active if required.
- Need help?: refer to the Google AI documentation.