From 9f76ad17036d24f8ebcaa6fc805c95d91db9623e Mon Sep 17 00:00:00 2001 From: Jaehyun Lim Date: Tue, 15 Sep 2026 17:43:01 -0700 Subject: [PATCH 1/5] docs: add Security section with outgoing IP addresses to allowlist Adds a new Security group to the left navigation with a page listing the IP addresses that Ampersand's outgoing API traffic originates from, so customers and builders can allowlist them in provider apps that support IP restrictions. Co-Authored-By: Claude Fable 5 --- src/docs.json | 6 ++++++ src/security/outgoing-ip-addresses.mdx | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/security/outgoing-ip-addresses.mdx diff --git a/src/docs.json b/src/docs.json index 1fb179bc..cfda2da1 100644 --- a/src/docs.json +++ b/src/docs.json @@ -321,6 +321,12 @@ "troubleshooting-guides/salesforce" ] }, + { + "group": "Security", + "pages": [ + "security/outgoing-ip-addresses" + ] + }, "dev-and-prod-environments", "terminology", "unified-api" diff --git a/src/security/outgoing-ip-addresses.mdx b/src/security/outgoing-ip-addresses.mdx new file mode 100644 index 00000000..df59acd5 --- /dev/null +++ b/src/security/outgoing-ip-addresses.mdx @@ -0,0 +1,24 @@ +--- +title: "Outgoing IP addresses" +--- + +All outgoing API requests from Ampersand to SaaS providers originate from a fixed set of IP addresses. If a provider app or API you are integrating with supports IP allowlisting (sometimes called whitelisting), add the following IP addresses to its allowlist so that requests from Ampersand are not blocked. + +## IP addresses to allowlist + +``` +34.53.82.136 +34.53.32.186 +34.182.109.175 +``` + +These IP addresses apply to all outgoing traffic from Ampersand, including: + +- [Read actions](/read-actions): API calls to read data from providers. +- [Write actions](/write-actions): API calls to write data to providers. +- [Proxy actions](/proxy-actions): API calls proxied through Ampersand. +- [Subscribe actions](/subscribe-actions): API calls to create and manage webhook subscriptions. + + +If this list changes, we will update this page and notify you in advance so that you can update your allowlist. + From e439e244d08ff4a4b28a4227ec5ce2cfc28aa4bf Mon Sep 17 00:00:00 2001 From: Jaehyun Lim Date: Tue, 15 Sep 2026 18:07:11 -0700 Subject: [PATCH 2/5] docs: register Security nav group in generate-docs.ts docs.json is auto-generated from generate-docs.ts; add the Security group to the source so regeneration preserves it. Co-Authored-By: Claude Fable 5 --- src/generate-docs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/generate-docs.ts b/src/generate-docs.ts index c93b2f43..28801093 100644 --- a/src/generate-docs.ts +++ b/src/generate-docs.ts @@ -553,6 +553,12 @@ const baseConfig = { "troubleshooting-guides/salesforce" ] }, + { + group: "Security", + pages: [ + "security/outgoing-ip-addresses" + ] + }, "dev-and-prod-environments", "terminology", "unified-api", From cc7895bfe137b45c43a0a09f7523c99891566e11 Mon Sep 17 00:00:00 2001 From: Jaehyun Lim Date: Tue, 15 Sep 2026 17:56:56 -0700 Subject: [PATCH 3/5] docs: note Gong IP allowlist requirement in provider guide Gong is now requesting that the IP addresses making API calls on behalf of partner apps be allowlisted. Add a section to the Gong provider guide listing Ampersand's outgoing IP addresses, linking to the new Security page and to Gong's API documentation on trusted IPs. Co-Authored-By: Claude Fable 5 --- src/provider-guides/gong.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/provider-guides/gong.mdx b/src/provider-guides/gong.mdx index 9eaf1af8..6ffd9372 100644 --- a/src/provider-guides/gong.mdx +++ b/src/provider-guides/gong.mdx @@ -37,7 +37,7 @@ This connector supports: For an example manifest file of a Gong integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/gong/amp.yaml). -## Before You Get Started +## Before you get started To connect Gong with Ampersand, you must complete the [Gong partnership process](https://www.gong.io/partners/) and obtain a _Gong Sandbox_ environment. @@ -57,6 +57,16 @@ You will then use these credentials to connect your application to Ampersand. Learn more about the Gong Partnership process [here](https://help.gong.io/docs/how-to-use-the-gong-developers-hub). +### Allowlist Ampersand's IP addresses + +Gong is now requesting that the IP addresses making API calls on behalf of your app are added to an allowlist (also called a whitelist). Add [Ampersand's outgoing IP addresses](/security/outgoing-ip-addresses) to your Gong app's allowlist so that API requests made by Ampersand on behalf of your integration are not blocked: + +- `34.53.82.136` +- `34.53.32.186` +- `34.182.109.175` + +Learn more about how Gong restricts API access to trusted IP addresses in [Gong's API key documentation](https://help.gong.io/docs/receive-access-to-the-api). + ## Add Gong App Details in Ampersand 1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com). From 8dd06f54e68ac265cc435f03169bfa5a8c94b832 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Fri, 18 Sep 2026 14:35:02 -0700 Subject: [PATCH 4/5] Update allowlist instructions for Ampersand's IPs --- src/provider-guides/gong.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/provider-guides/gong.mdx b/src/provider-guides/gong.mdx index 6ffd9372..a61b6e0d 100644 --- a/src/provider-guides/gong.mdx +++ b/src/provider-guides/gong.mdx @@ -59,7 +59,7 @@ Learn more about the Gong Partnership process [here](https://help.gong.io/docs/h ### Allowlist Ampersand's IP addresses -Gong is now requesting that the IP addresses making API calls on behalf of your app are added to an allowlist (also called a whitelist). Add [Ampersand's outgoing IP addresses](/security/outgoing-ip-addresses) to your Gong app's allowlist so that API requests made by Ampersand on behalf of your integration are not blocked: +Gong is now requesting that the IP addresses making API calls on behalf of your app are added to an allowlist. Add [Ampersand's outgoing IP addresses](/security/outgoing-ip-addresses) to your Gong app's allowlist so that API requests made by Ampersand on behalf of your integration are not blocked: - `34.53.82.136` - `34.53.32.186` From fe5a434ecd1efa986acff820ad78d3bc1d3d30d8 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Fri, 18 Sep 2026 14:35:20 -0700 Subject: [PATCH 5/5] Update gong.mdx --- src/provider-guides/gong.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/provider-guides/gong.mdx b/src/provider-guides/gong.mdx index a61b6e0d..169cd7cd 100644 --- a/src/provider-guides/gong.mdx +++ b/src/provider-guides/gong.mdx @@ -61,10 +61,6 @@ Learn more about the Gong Partnership process [here](https://help.gong.io/docs/h Gong is now requesting that the IP addresses making API calls on behalf of your app are added to an allowlist. Add [Ampersand's outgoing IP addresses](/security/outgoing-ip-addresses) to your Gong app's allowlist so that API requests made by Ampersand on behalf of your integration are not blocked: -- `34.53.82.136` -- `34.53.32.186` -- `34.182.109.175` - Learn more about how Gong restricts API access to trusted IP addresses in [Gong's API key documentation](https://help.gong.io/docs/receive-access-to-the-api). ## Add Gong App Details in Ampersand