Commands

poddle task

Run a coding agent headless on a prompt in a fresh secretless pod

Usage

$ poddle task <prompt>

Examples

>_zsh
# one-shot autonomous run in a fresh pod, torn down after
poddle task "add tests for parseConfig" --identity work
# burst to a strong pod and keep it to inspect afterward
poddle task "port the module to v2" --size strong --keep --identity work

Flags

FlagTypeDefaultDescription
--autoscaleboolfalselet poddled auto-grow this pod to a bigger shell when it nears its memory limit
--detach, -dboolfalserun the agent in the background; leave the pod up (poddle logs/down)
--harnessstringclaude-codecoding-agent runtime
--identitystring-coding-agent login to use (required unless the template sets one)
--imagestringdocker.io/library/debian:stable-slimbase image
--keepboolfalsekeep the pod running after the task (attach/inspect later)
--max-turnsint24maximum agent turns
--namestring-pod name (default: a generated poddle-task-* name)
--policystring-governance policy to enforce on the pod's egress (from ~/.config/poddle/policies)
--sizestringweakresource size (weak|strong)
--templatestring-template to base the pod on