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

# Domain Whitelist

> Required domains and IP ranges for Reddy

## Overview

Reddy requires specific network access to function properly. These are all domains, IP ranges, and ports that need to be whitelisted in your organization's firewall and network security policies.

Please make sure to add all of the IPs and domains under the TCP, UDP and Cloudflare IP sections.

## TCP - Port 443

```
*.reddy.io
*.crisp.chat
api.workos.com
fonts.googleapis.com
code.jquery.com
cdn.jsdelivr.net
cdnjs.cloudflare.com
*.smartlook.com
*.smartlook.cloud
*.livekit.cloud
*.turn.livekit.cloud
```

## UDP - Port 3478

```
*.host.livekit.cloud
```

## Cloudflare IP Ranges (Port 443)

Get current ranges from: [https://www.cloudflare.com/ips/](https://www.cloudflare.com/ips/)

## Additional Information

Wildcard domains (e.g., `*.reddy.io`) allow all subdomains under that domain. This covers current and future subdomains without requiring individual entries for each one.

<AccordionGroup>
  <Accordion title="What these domains are used for" defaultOpen={false}>
    **Reddy Platform:**

    * `*.reddy.io` - Main application, API endpoints, and developer portal

    **Third-Party Services:**

    * `*.crisp.chat` - Customer support chat widget
    * `api.workos.com` - Authentication and SSO services
    * `fonts.googleapis.com` - Web fonts and typography
    * `code.jquery.com` - JavaScript libraries
    * `cdn.jsdelivr.net` - Open source packages
    * `cdnjs.cloudflare.com` - Static assets and libraries
    * `*.smartlook.com` - User session recording and analytics
    * `*.livekit.cloud` - Real-time audio/video communication
    * `*.host.livekit.cloud` - STUN/TURN servers for WebRTC

    **Cloudflare IP Ranges:**

    * Required for CDN, DDoS protection, and SSL termination for Reddy services
  </Accordion>
</AccordionGroup>
