Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Get API access: Sign in to Gong as a technical administrator. API access requires a Gong subscription; ask your admin if you don’t see the API settings.
  2. Create an access key: In the Gong admin center go to Ecosystem → API (https://app.gong.io/company/api) and click ‘Create’ to generate an Access Key and Access Key Secret.
  3. Set environment variables: Add GONG_ACCESS_KEY and GONG_ACCESS_KEY_SECRET to your .env.
  4. Verify access: Run List Users to confirm the credentials work.
  • Authentication is HTTP Basic: base64(accessKey:accessKeySecret) in the Authorization header
  • Default rate limits are 3 calls/second and 10,000 calls/day; a 429 response includes a Retry-After header
  • List Calls requires fromDateTime and toDateTime and caps the window at 90 days per request
Provider API reference: https://gong.app.gong.io/settings/api/documentation

Tools

Example prompts

  • List my Gong calls from the last 7 days with titles, durations, and owners.
  • Get the transcript of my most recent Gong call and summarize the key points and next steps.