The small program that lets Throughly reach out and put a coding agent to work in your own repo. Run it on a machine, give it a lease key, and dispatch work items to it — the run streams back live. One self-contained binary, nothing else to install.
Download for your OSdocker run -e THROUGHLY_URL=https://your-instance \
-e THROUGHLY_LEASE_KEY=thr_… -e THROUGHLY_CWD=/work \
-v "$PWD:/work" ghcr.io/civauva/throughly-agentIn Throughly → Administration → Agent targets, create a target for this machine. It hands you a one-time lease key.
Point it at your instance and start it. It connects and the target shows online.
export THROUGHLY_URL=https://your-instance
export THROUGHLY_LEASE_KEY=thr_… # a target's lease key
export THROUGHLY_CWD=/path/to/your/repo
throughly-agentHeads up: the adapter drives a coding agent it expects to find on the machine — for now that's Claude Code (claude on your PATH, already signed in); Codex & Gemini are next. Everything the agent does stays inside Throughly's security wall — it can never read your invoices, rates, revenue or confidential documents.