> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/admin-and-settings/security/it-guide-whitelisting-birdie-domains-and-urls.md).

# IT Guide: Whitelisting Birdie Domains and URLs

To ensure the Birdie platform and its communication tools function correctly within your corporate network, please provide the following details to your IT or Network Security department.

#### 1. Email Deliverability (Critical)

Birdie uses SendGrid to send transactional emails (e.g., Magic Links, password resets, and notifications). To prevent these from being quarantined, please whitelist our dedicated sending IP.

* Dedicated IP: `159.183.194.121`
* Region: US
* Recommended Action: Add this IP to your "Allow List" in your Email Security Gateway (SEG) and ensure emails from `@birdie.ai` are not subject to rate limiting or aggressive spam filtering.

***

#### 2. Primary Application & API Domains

These domains are essential for the core functionality of the Birdie Hub.

| **Service**       | **URL**                                         |
| ----------------- | ----------------------------------------------- |
| Main Application  | `https://app.birdie.ai/`                        |
| Core API Services | `https://app-v1.api.search.services.birdie.ai/` |
| Authentication    | `https://birdie-v1-prod.us.auth0.com/`          |

***

#### 3. Static Assets & External Resources

Birdie loads essential UI elements (fonts, icons, and libraries) from these trusted CDNs. If these are blocked, the app may appear "broken" or fail to load.

* Fonts: `https://fonts.googleapis.com` and `https://fonts.gstatic.com`
* Media/Images: `https://res.cloudinary.com`
* Code Libraries: `https://cdn.jsdelivr.net`
* CSV Exports: `https://storage.googleapis.com/birdie-feedback-exporter-production/`
  * Exported CSV links expire after 7 days

***

#### 4. Monitoring & Analytics (Support Tools)

We use these tools to troubleshoot user issues and monitor platform performance.

* Error Tracking: `https://*.sentry.io`
* Product Insights: `https://*.posthog.com`, `https://us-assets.i.posthog.com`, and `https://ph.birdie.ai`
* Tag Management: `https://www.googletagmanager.com` and `https://tagmanager.google.com`

***

#### 5. Support & Security Centers

* Help Center: `https://ask.birdie.ai`
* Trust Center: `https://trust.birdie.ai`

***

#### 6. Data Integration IPs - Infrastructure filter

* US Infra
  * 34.69.35.144
  * 34.70.64.29
  * 34.132.200.227
  * 34.136.243.54
  * 34.173.188.206
  * 34.173.255.152
  * 35.254.102.62
  * 35.255.147.136
  * 136.65.162.196
  * 136.119.138.10
  * 146.148.52.127
  * 173.255.112.126
* BR Infra
  * 34.151.242.162
  * 34.95.177.240

***

#### Summary for Network Administrators

* Protocol: HTTPS / TLS 1.2+
* Port: 443
* Wildcard Recommendation: If possible, whitelist `*.birdie.ai` to future-proof your configuration.

> Troubleshooting Tip: If users can reach the website but cannot log in, please verify that the Auth0 and Birdie API URLs (listed in Section 2) are not being intercepted by a SSL/TLS inspection proxy.


---

# 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, and the optional `goal` query parameter:

```
GET https://ask.birdie.ai/admin-and-settings/security/it-guide-whitelisting-birdie-domains-and-urls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
