> ## 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.

# Fix agent runs blocked by a git provider IP allow list

> Resolve agent session failures caused by a GitHub or GitLab IP allow list by routing your deployment through the Mintlify static IP.

If your GitHub or GitLab organization enforces an IP allow list, [agent](/docs/agent) runs against your repositories fail with this error:

> Your git provider rejected this operation because the repository owner has an IP allow list enabled. Contact Mintlify support to have this deployment routed through our static IP (54.242.90.151), then add that IP to your allow list.

The agent clones and pushes to your repository from Mintlify's cloud infrastructure. By default, this traffic comes from dynamic IP addresses, so your allow list rejects it even though the Mintlify GitHub App has permission to access the repository.

## Fix the error

1. Email <a href="mailto:support@mintlify.com">[support@mintlify.com](mailto:support@mintlify.com)</a> and ask for your deployment to be routed through the Mintlify static IP. Include your deployment subdomain.
2. After Mintlify support confirms the change, add `54.242.90.151` to the IP allow list in your GitHub or GitLab organization settings.
3. Retry the agent run.

Only git traffic for your deployment is routed through the static IP. Other deployments are unaffected.


## Related topics

- [Automations overview](/docs/automations/index.md)
- [GitHub](/docs/deploy/github.md)
- [Mintlify CLI command reference](/docs/cli/commands.md)
