Skip to main content
To ensure a reliable connection to Anam, whitelist the following on ports 80 and 443 across both TCP and UDP protocols.

Anam endpoints

EndpointPurpose
https://api.anam.aiREST API
https://lab.anam.aiAnam Lab portal
https://connect-eu.anam.ai / wss://connect-eu.anam.aiEU media server (WebRTC signaling + streaming)
https://connect-us.anam.ai / wss://connect-us.anam.aiUS media server (WebRTC signaling + streaming)

Media relay IPs

Anam uses TURN servers for media relay when direct peer-to-peer connections are not possible. Whitelist all IPs listed at:

TURN Server IP Whitelist

Full list of media relay IPs to whitelist

SSL inspection

If you use a proxy that performs deep-packet inspection (Zscaler, Fortinet, etc.), bypass SSL inspection for *.anam.ai domains. Decrypting these packets will cause WebSocket signaling to fail or disconnect.

Content Security Policy

If your site enforces a CSP, add the following directives depending on your integration method:
# Widget
Content-Security-Policy: script-src https://unpkg.com/@anam-ai/; connect-src https://api.anam.ai wss://connect-eu.anam.ai wss://connect-us.anam.ai;

# Player (iframe)
Content-Security-Policy: frame-src https://lab.anam.ai;

# SDK
Content-Security-Policy: connect-src https://api.anam.ai wss://connect-eu.anam.ai wss://connect-us.anam.ai;
See the Embed page for browser support and troubleshooting details.