Skip to content llms.txt

syllago sandbox

Sandbox wraps AI CLI tools in bubblewrap to restrict filesystem access, network egress, and environment variables.

Linux only: requires bubblewrap >= 0.4.0 and socat >= 1.7.0.

CommandDescription
allow-domainAdd a domain to the sandbox allowlist
allow-envAdd an env var to the sandbox allowlist
allow-portAdd a localhost port to the sandbox allowlist
checkVerify bubblewrap, socat, and optionally a provider
deny-domainRemove a domain from the sandbox allowlist
deny-envRemove an env var from the sandbox allowlist
deny-portRemove a localhost port from the sandbox allowlist
domainsList allowed domains
envAdd an env var to the sandbox allowlist
infoShow effective sandbox configuration
portsList allowed localhost ports
runRun a provider in a sandbox
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output

Source