Skip to content llms.txt

syllago sandbox run

syllago sandbox run <provider> [flags]
FlagTypeDefaultRequiredDescription
--allow-domainstringArrayNoAllow an additional domain for this session
--allow-envstringArrayNoForward an additional env var into the sandbox
--allow-portstringArrayNoAllow a localhost port inside the sandbox
--force-dirboolNoSkip directory safety checks
--mount-rostringArrayNoMount additional path read-only inside sandbox
--no-networkboolNoBlock all network egress (no proxy)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose 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