In a verified public-cloud test, a sandbox created with allow_internet_access=False failed DNS resolution for https://example.com, confirming that outbound internet access was disabled.
allow_out is not documented here because it did not behave as a working public-cloud allowlist in verification against the current CLI and API. Use allow_internet_access=False for full isolation, or deny_out to block specific destinations while keeping general internet access enabled.
In a verified public-cloud request, deny_out=["example.com"] blocked https://example.com while https://api.openai.com/v1/models still returned 401, confirming outbound connectivity was still available for destinations that were not denied.