Skip to Content
Admin GuideSandbox Management

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.

Sandbox Settings

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:

FormatExampleDescription
Domainapi.example.comAllow a specific domain
Wildcard*.google.comAllow all subdomains
IP Address192.168.1.100Allow a specific IP
CIDR10.0.0.0/24Allow an IP range
Portexample.com:8080Allow 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