Skip to main content
Internet access is enabled in every sandbox by default, but you can disable it for isolated workloads. Services running inside a sandbox can also be exposed through a public URL.

Toggling internet access

When creating a sandbox, you can use the allowInternetAccess / allow_internet_access parameter to configure internet connectivity. Internet access is turned on by default, but it can be disabled for workloads with stricter security requirements.

Fine-grained network control

Network configuration provides finer-grained control over outbound traffic by allowing you to define allowlists and denylists.

Sandbox public URL

Services in a sandbox can be accessed by using the sandbox’s public URL.

Connecting to a server running inside the sandbox

Masking request host headers

You can use the maskRequestHost / mask_request_host option to customize the Host header sent to services running inside the sandbox.
Last modified on August 5, 2026