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

# Static IPs

> Route all Kombo API calls through a fixed set of IP addresses so your customers can allowlist them.

## Use Case

Some systems are locked down to only accept inbound requests from a pre-approved set of IP addresses. Without Static IPs, Kombo's API calls to these systems would be rejected because our traffic originates from a dynamic address range.

Enabling Static IPs routes all outgoing API calls for a given integration through a fixed pool of addresses that you can share with your customer's system administrator to allowlist.

## Enabling Static IPs

Static IPs are configured per integration link at the time you create the connection link.

1. In the [Kombo dashboard](https://app.kombo.dev/integrations), click **New integration**.
2. Fill in the required fields and expand **Advanced settings**.
3. Toggle **Static IPs** on.
4. The dialog will display the IP addresses assigned to this integration. Copy them — you'll need to share them in the next step.
5. Click **Continue** and send the link to your customer as usual.

<Frame caption="The actual IPs depend on your tenant's region — you can find them in your dashboard.">
  <img
    src="https://mintcdn.com/kombo/PgU3kKyPOOIPtVEs/images/static-ips-new-integration.png?fit=max&auto=format&n=PgU3kKyPOOIPtVEs&q=85&s=71288ddef958d644d1bbb2ba1231f7c7"
    alt="Static IPs toggle in the New Integration
dialog"
    width="880"
    height="472"
    data-path="images/static-ips-new-integration.png"
  />
</Frame>

## Sharing the IPs

Once you have enabled Static IPs, share the displayed IP addresses with the administrator of the connected system and ask them to add the addresses to their allowlist. Kombo's API calls will be rejected by the system until the allowlist is in place.

The exact steps to add IPs to an allowlist depend on the connected system. Refer to your customer's system documentation or share our [connection guides](https://help.kombo.dev) for step-by-step instructions.

## Existing Integrations

If you need to enable Static IPs for an integration that has already been set up, open the integration in the [Kombo dashboard](https://app.kombo.dev/integrations), go to its settings page, and toggle **Static IPs** on. The IPs to allowlist will appear immediately below the toggle.

<Frame caption="The actual IPs depend on your tenant's region — you can find them in your dashboard.">
  <img
    src="https://mintcdn.com/kombo/PgU3kKyPOOIPtVEs/images/static-ips-integration-settings.png?fit=max&auto=format&n=PgU3kKyPOOIPtVEs&q=85&s=0e4234795c20f2877776ad6dc1410860"
    alt="Static IPs section on the Integration Settings
page"
    width="1024"
    height="171"
    data-path="images/static-ips-integration-settings.png"
  />
</Frame>
