Sandbox Management
You can control network access for the sandbox environment where skills are executed.
⚠️
Sandbox settings can only be managed by users with Owner or Admin permissions.

Allowed Outbound Hosts
Specify external hosts that are allowed to be accessed from the sandbox. Network requests to unregistered hosts will be blocked.
Supported formats:
| Format | Example | Description |
|---|---|---|
| Domain | api.example.com | Allow a specific domain |
| Wildcard | *.google.com | Allow all subdomains |
| IP Address | 192.168.1.100 | Allow a specific IP |
| CIDR | 10.0.0.0/24 | Allow an IP range |
| Port | example.com:8080 | Allow a specific port only |
Multiple hosts can be entered separated by commas (,).
Dynamic Host Allow
A setting that allows users to immediately grant access to blocked hosts during skill execution.
- Enabled (Default): When a skill attempts to access an unregistered host during execution, a prompt asking whether to temporarily allow access is displayed to the user. If the user allows it, access is temporarily granted for that session.
- Disabled: Access to unregistered hosts is immediately blocked, and no access prompt is displayed to the user.
ℹ️
Pre-registering frequently used external hosts in Allowed Outbound Hosts allows users to use skills smoothly without receiving access requests each time.
Saving Settings
After making all setting changes, click the Update Sandbox Settings button to save.
Last updated on