Download project source and builds from the dashboard
September 21, 2026 · release
You can pull project files out of the dashboard without running a separate export script.
Try it
- Docs: Dashboard code editor (see Download source and compiled)
- Code tab: Download source (saved workspace zip) and Download compiled (passing build bundle) sit next to Save
- Overview: Download on each passing row in Build history
Use Download source when you want a backup or to open the tree locally. Use Download compiled after Compile when you need the same agent.js the platform stored for deploy.
CLI (same APIs; source pull still writes into a local repo):
voicethere source download -o ./workspace.zip --project <uuid>
voicethere build download -o ./agent.js --project <uuid>
voicethere build download -o ./agent.js --project <uuid> --build-id <uuid>
Omit --project when your shell is already linked via .voicethere/config.json.