Commands

poddle up

Create a sandbox and connect to it

Usage

$ poddle up [name]

Examples

>_zsh
# a shell wired to your work identity
poddle up my-sandbox --identity work --harness claude-code
# from a template, in the background
poddle up api --template api --identity work --detach

Flags

FlagTypeDefaultDescription
--autoscaleboolfalselet poddled warn when this pod nears its memory limit (interactive: warn only)
--detach, -dboolfalsecreate without attaching
--execstring-run a command in the sandbox instead of attaching, then tear down
--harnessstringclaude-codecoding-agent runtime to run in the sandbox
--identitystring-coding-agent login to use in the sandbox
--imagestringdocker.io/library/debian:stable-slimbase image
--policystring-governance policy to enforce on the pod's egress (from ~/.config/poddle/policies)
--sizestringweakresource size (weak|strong)
--templatestring-template to base the sandbox on (from .poddle/ or ~/.config/poddle/templates)