For the complete documentation index, see llms.txt. This page is also available as Markdown.

Google Vertex Credentials JSON

Follow these steps to generate your own Google Service Account credentials needed for your Google Vertex integration.

Google Vertex Setup Guide

How to Generate Your Gemini Configuration

1. Open Google Cloud Console

Go to Google Cloud Console and open Service Accounts.

2. Select or Create a Project

Choose an existing Google Cloud project or create a new one where you want to manage AI access.

3. Create a Service Account

If you do not already have one:

  • Click Create Service Account

  • Enter a name, for example Gemini AI Access

  • Click Create and Continue

4. Assign Roles

Grant the service account the Vertex AI User role, or another role with sufficient access to Vertex AI.

Then click Done.

5. Generate a JSON Key

  • Open the created service account

  • Go to the Keys tab

  • Click Add KeyCreate New Key

  • Select JSON

  • Click Create

Download the JSON file and store it securely.

Example Credentials JSON

When configuring Google Vertex, the credentials JSON should look similar to this:

Last updated

Was this helpful?