Skip to contentllms.txt

syllago sandbox run

syllago sandbox run <provider> [flags]
FlagTypeDefaultRequiredDescription
--allow-domainstringArray—NoAllow an additional domain for this session
--allow-envstringArray—NoForward an additional env var into the sandbox
--allow-portstringArray—NoAllow a localhost port inside the sandbox
--force-dirbool—NoSkip directory safety checks
--mount-rostringArray—NoMount additional path read-only inside sandbox
--no-networkbool—NoBlock all network egress (no proxy)
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# Run Claude Code in a sandbox
syllago sandbox run claude-code
# Run with additional domain access
syllago sandbox run claude-code --allow-domain api.example.com
# Run with no network at all
syllago sandbox run gemini-cli --no-network

Source