Sign in, dispatch coding tasks, follow sessions, and run a local Devboxes runner.
pnpm add --global devboxescurl -L \
https://devboxes.ai/install \
-o devboxes-install
echo "35f4c98f35cbb7b1e1773ea523acccf0e4c5472d297195e0fe01dd965910ba32 devboxes-install" \
| shasum -a 256 --check
sh devboxes-installcurl -L \
https://devboxes.ai/install \
-o devboxes-install
echo "35f4c98f35cbb7b1e1773ea523acccf0e4c5472d297195e0fe01dd965910ba32 devboxes-install" \
| sha256sum --check
sh devboxes-installdevboxes login
devboxes connect
devboxes credentials setup
devboxes doctor
devboxes listenDispatch and follow work:
devboxes dispatch "Fix the retry backoff" --repo owner/name
devboxes status <agentSessionId>
devboxes result <agentSessionId>
devboxes mcpSee the Devboxes documentation for the user guide. Report bugs on the issue tracker and security concerns through the security policy.