Skip to main content
Activation required. AI access management must be enabled for your tenant before you can use it. To get started, contact the C1 support team for a walkthrough.
The Gong MCP server lets you govern access to Gong — calls, transcripts, users, scorecards, deals, sequences, and permission profiles — as tools your AI clients can call through C1. Gong authenticates with a generated Access Key and Access Key Secret pair that C1 sends as HTTP basic auth. A single credential pair authenticates everyone, so all tool calls reach Gong as one shared identity.

How C1 connects to Gong

C1 hosts the Gong MCP server, so your users’ AI clients only ever see MCP tools — they never call Gong directly. When an AI client calls one of these tools, C1 makes the matching request to the Gong API using the credentials you configure here, then returns the result to the AI client. The credentials you set up below are what C1 uses to call Gong on your users’ behalf.

Before you begin

If you don’t see Gong in your MCP server catalog, contact the C1 support team to enable it for your tenant.

Generate Gong API credentials

Generate an Access Key and Access Key Secret in Gong so C1 can authenticate to the Gong API. For Gong’s own walkthrough, see Receive access to the API.
1
Sign in to Gong as a Technical Administrator.
2
Open the Gong admin and go to Company Settings > Ecosystem > API.
3
Select Get API Key (or Create if a key already exists).
4
Copy both the Access Key and the Access Key Secret immediately. Gong shows the Access Key Secret only at creation time and it cannot be recovered later. If you lose it, revoke the pair and generate a new one.
5
Note your Gong API base URL. Gong runs each customer’s API on a regional subdomain of api.gong.io, such as https://acme.api.gong.io. The base URL is shown on the API page in Company Settings > Ecosystem > API alongside your key. For details, see Gong’s Receive access to the API help article.
For a shared production setup, generate the credentials under a dedicated service-account user so activity is attributable to C1 rather than a person.

How Gong credentials are shared

Every user’s tool calls use the one Access Key and Access Key Secret pair you provided, so Gong sees a single shared identity. C1 still attributes each call to the individual user in the AI tool usage audit log. For a shared production setup, generate the credentials from a dedicated service-account user so Gong activity is attributable to C1 rather than a person. For how shared and per-user credentials work across MCP servers, see Configure authentication.

Register the Gong MCP server in C1

With your credential pair ready, register the server and provide your credentials.
1
Follow Register an MCP server and select Gong from the catalog.
2
Enter your Gong instance URL, such as https://acme.api.gong.io.
3
When you configure authentication, choose Basic auth and enter your Access Key as the username and your Access Key Secret as the password.
4
Save your changes. C1 starts a sync that discovers the tools the Gong server exposes.

Discover and govern tools

After you register the server, C1 runs tool discovery against Gong. Discovered tools appear on the server’s Tools tab. Each tool starts as either Pending review or automatically Approved, depending on the option chosen when the server was set up or your tenant’s default tool settings in Settings > AI Connections. See Require tool approval and Default tool classification. Before anyone can call a Gong tool, it must be approved, added to a toolset, and bound to an access profile. Continue to Govern tools and toolsets to set this up.
Tool discovery runs even if your credentials are incorrect, so seeing discovered tools doesn’t confirm that authentication is working. You confirm your Gong credentials when an approved user successfully calls a Gong tool from their AI client.

Manage your Gong credentials

  • Rotate the credential pair in Company Settings > Ecosystem > API: revoke the existing key, select Get API Key to issue a fresh pair, then update the credentials in C1. Gong emails the technical administrator before a key expires so you can rotate proactively.
  • Watch your rate limits. By default Gong allows 3 requests per second and 10,000 requests per day per company. To request more headroom, contact Gong support.