> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/workflow-check-resolution/ip-whitelisting.md).

# IP Whitelisting

### **Overview**

Some organisations prefer not to expose their systems to the public internet. Sprinto supports IP whitelisting, allowing you to restrict inbound requests to a defined set of fixed IP addresses. By whitelisting Sprinto’s IP addresses in your firewall or access control settings, you can ensure that only requests from Sprinto’s infrastructure are allowed.

### **Fixed IP Addresses**

The table below lists Sprinto’s fixed IP addresses for each domain. You can use the AWS Console links to view these IP addresses directly in the relevant region.

<table><thead><tr><th width="167.78515625">Domain</th><th width="133.76171875">IP Address</th><th width="211.08984375">AWS Console Link</th></tr></thead><tbody><tr><td><strong>app.sprinto.com</strong></td><td>54.193.221.51</td><td><a href="https://us-west-1.console.aws.amazon.com/vpc/home?region=us-west-1#Addresses:public-ip=54.193.221.51">View in AWS Console</a></td></tr><tr><td><strong>in.sprinto.com</strong></td><td>3.108.123.60</td><td><a href="https://ap-south-1.console.aws.amazon.com/vpc/home?region=ap-south-1#Addresses:public-ip=3.108.123.60">View in AWS Console</a></td></tr><tr><td><strong>eu.sprinto.com</strong></td><td>18.184.125.204</td><td><a href="https://eu-central-1.console.aws.amazon.com/vpc/home?region=eu-central-1#Addresses:public-ip=18.184.125.204">View in AWS Console</a></td></tr></tbody></table>

### **When to Use IP Whitelisting**

You should use IP whitelisting if:

* Your organisation’s security policy restricts inbound traffic to known sources.
* You need to integrate with Sprinto but do not want to open your systems to the entire public internet.
* You want to add an extra security layer for API access.

### **How to Whitelist Sprinto IPs**

1. Identify the IP addresses relevant to your Sprinto deployment from the table above.
2. Access your firewall, security group, or network access control settings.
3. Add the IP addresses to your allowlist.
4. Save and apply your changes.
5. Test the integration to ensure requests from Sprinto are accepted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/monitors/workflow-check-resolution/ip-whitelisting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
