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

# What IP addresses does Mintlify connect to a Git provider from?

> Add Mintlify's static egress IP 54.242.90.151 to the allowlist for GitHub Enterprise Cloud, GitHub Enterprise Server, and self-hosted GitLab instances.

If your Git provider sits behind an IP allowlist or firewall, you need to allow the connections Mintlify makes to it. Mintlify's platform connects to Git providers over HTTPS (port 443) from a single static egress IP address:

```text theme={null}
54.242.90.151
```

Add this IP address to your allowlist when:

* Your GitHub Enterprise Cloud organization has an IP allowlist enabled. See [GitHub Enterprise with IP allowlists](/docs/deploy/github#github-enterprise-with-ip-allowlists).
* A firewall or IP allowlist restricts inbound access to your GitHub Enterprise Server instance. See the [GHES network requirements](/docs/deploy/ghes#network-requirements).
* A firewall or IP allowlist restricts inbound access to your self-hosted GitLab instance. See the [self-hosted GitLab network requirements](/docs/deploy/gitlab-self-hosted#network-requirements).

## Agent and automation runs

[Agent](/docs/agent) runs clone and push from separate sandbox infrastructure. That traffic uses dynamic IP addresses by default, so allowlisting `54.242.90.151` does not cover it. Mintlify support can route a deployment's agent Git traffic through the static IP on request. See [Fix agent runs blocked by an IP allow list](/docs/help-center/agent-blocked-by-git-provider-ip-allow-list).

## Traffic from your Git server to Mintlify

Traffic in the other direction works differently. Your instance delivers webhook events to Mintlify hostnames such as `leaves.mintlify.com` and `app.mintlify.com`. Allow that outbound traffic by hostname. Mintlify does not publish a static IP address list for those endpoints, and their underlying IP addresses can change.


## Related topics

- [GitHub](/docs/deploy/github.md)
- [Automations overview](/docs/automations/index.md)
- [Mintlify REST API introduction](/docs/api/introduction.md)
