togo install togo-framework/coderA togo exec provider backed by Coder: runs each autopilot job inside an isolated, disposable Coder workspace on your own infrastructure instead of the local machine — so agents get governed, reproducible environments.
Registers into autopilot's exec
capability slot. Off by default — opt in per project:
togo install togo-framework/coder
togo provider:use exec coder
togo config:set CODER_TEMPLATE omni-devAcquire → coder create autopilot-<id> --template <CODER_TEMPLATE>; the impl
(claude/omnigent) then runs inside the workspace via coder ssh … -- bash -lc 'cd <repo> && …'; release → coder delete. Nothing touches your dev tree.
| Key | Default | Purpose |
|---|---|---|
CODER_TEMPLATE |
— (required) | workspace template to provision |
CODER_REPO_DIR |
~/workspace |
repo path inside the workspace |
CODER_BIN |
coder |
coder CLI binary |
CODER_KEEP |
— | 1 keeps the workspace after use |
CODER_URL / CODER_TOKEN |
— | used by togo provider:test |