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

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.

Similar posts

← All posts