Domain Allow List
When deploying the Foldspace SDK, some corporate firewalls may block external URLs by default. To ensure the SDK functions correctly, you may need to allow-list specific domains.
When is an Allow List Required?
If your environment restricts outbound traffic or blocks unknown URLs, adding the Foldspace service domains to your firewall ensures:
- The SDK can load core JavaScript files
- Usage analytics are captured correctly
- Session replay functions without interruption
- The AI agent can communicate with backend services
Required Domains
Add the following domains to your firewall allow-list:
| Domain | Purpose |
|---|---|
https://script.eucerahive.io | Hosts the JavaScript files required by the SDK to initialize and run. |
https://rte.eucerahive.io | Tracks application usage events for analytics and performance insights. |
https://recorder.eucerahive.io | Handles session recording for replay and debugging features. |
https://agent.eucerahive.io | Connects to the AI agent backend for real-time assistance and task execution. |
Updated 2 months ago