> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arlet.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini Enterprise

> How to connect Arlet with Gemini Enterprise

<Note>
  Adding custom connectors (MCP) requires a Gemini Enterprise subscription. It
  is not available in the consumer Gemini app.
</Note>

### 1. Open the connector settings

1. Sign in to [Gemini Enterprise](https://business.gemini.google/) with your organization's Google account and open the settings menu from the gear icon at the bottom left

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/1.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=692cce54e862d6bef514001288f48ad6" alt="Gemini Enterprise home screen" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="1115" height="877" data-path="images/gemini_enterprise/1.png" />

2. Select **Connectors**

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/2.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=663b30df8392874b1225342a038e1f89" alt="Connectors in the settings menu" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="845" height="519" data-path="images/gemini_enterprise/2.png" />

3. Click **Add MCP Server** at the top right of the connector list

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/3.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=e49409fa3c741755bb032bde42c0e9ef" alt="Add MCP Server button on the Connectors page" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="1121" height="741" data-path="images/gemini_enterprise/3.png" />

### 2. Add the MCP server

Fill in the **MCP info** tab and click **Next**:

* **Server URL**: `https://mcp.arlet.dev/mcp/`
* **Name**: `Arlet`

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/5.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=f0f0d26a1f584ee3b053221acfe354c1" alt="MCP info tab example" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="564" height="334" data-path="images/gemini_enterprise/5.png" />

### 3. Configure OAuth

Enter the following values in the **Auth** tab exactly as shown:

| Field              | Value                                         |
| ------------------ | --------------------------------------------- |
| Authorization URL  | `https://api.arlet.dev/oauth/authorize`       |
| Token URL          | `https://api.arlet.dev/oauth/token`           |
| Auth URL Parameter | (leave empty)                                 |
| Client ID          | `bZMPRGhKKNpV5GuIZjqLqg`                      |
| Client Secret      | `ZDjS20kr2KlktIeTSWo3TNxy4ETm4BaTDoNsWTfqGAg` |
| Scopes             | `read write`                                  |

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/6.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=10bf74fe88a92f7e58cec1ce22595ce8" alt="Auth tab example" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="569" height="872" data-path="images/gemini_enterprise/6.png" />

Click **Add** to save the connector.

<Note>
  This Client ID / Client Secret is a shared client dedicated to Gemini
  Enterprise connections. Access is granted not by these values but by each
  user's individual sign-in and authorization in the next step.
</Note>

### 4. Connect to Arlet

1. Open the connector icon in the chat screen — Arlet appears in the list. Click **Connect**

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/7.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=fe918755155f8ac5c796f85de2a49ff8" alt="Arlet in the connector list" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="775" height="675" data-path="images/gemini_enterprise/7.png" />

2. An authorization dialog appears. Click **Continue to Arlet**

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/8.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=889303139819803a8ae042cdfb0c5ffe" alt="Arlet authorization dialog" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="572" height="433" data-path="images/gemini_enterprise/8.png" />

3. Arlet's sign-in screen opens. Sign in with Google and complete the OAuth flow

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/9.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=eb4b6aa9bc7f7951be747393ca171601" alt="Arlet sign-in screen" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="512" height="676" data-path="images/gemini_enterprise/9.png" />

4. Once connected, Arlet can be enabled with the toggle in the connector list

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/10.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=3e40f83237339f72a093e15788efb490" alt="Connector list after connection" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="775" height="661" data-path="images/gemini_enterprise/10.png" />
