Marketplace

coder

Other

togo exec provider — run autopilot jobs in isolated Coder workspaces on your own infra

togo-framework
bash
togo install togo-framework/coder

Install

bash
togo install togo-framework/coder

A 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:

bash
togo install togo-framework/coder
togo provider:use exec coder
togo config:set CODER_TEMPLATE omni-dev

How it works

Acquirecoder create autopilot-<id> --template <CODER_TEMPLATE>; the impl (claude/omnigent) then runs inside the workspace via

code
coder ssh … -- bash -lc 'cd <repo> && …'
; releasecoder delete. Nothing touches your dev tree.

Config (dynamic — CLI / .env / settings)

Key
Default
Purpose
CODER_TEMPLATE— (required)workspace template to provision
CODER_REPO_DIR~/workspacerepo path inside the workspace
CODER_BINcodercoder CLI binary
CODER_KEEP1 keeps the workspace after use
CODER_URL / CODER_TOKENused by togo provider:test
Rows per page
1–5 of 5
Page 1 of 1

<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>