Sandboxing
PreviewIsolation guarantees for code execution, dynamic tools and untrusted content.
Anything executable runs in an isolated environment with an explicit egress profile, a resource ceiling and a lifetime bound to the run.
Isolation properties#
Egress profiles#
profiles:
offline:
egress: none
package-install:
egress: [class="tok-str">"registry.npmjs.org", class="tok-str">"pypi.org", class="tok-str">"files.pythonhosted.org"]
research:
egress: [class="tok-str">"*"]
inspect: true # responses recorded for provenance
connector-only:
egress: [class="tok-str">"api.github.com"]Last updated 2026-09-08

