Skip to content
Integrations

How do I deploy a procedure with the TofuPilot CLI?

Updated July 7, 2026

Run tofupilot deploy from a directory linked to a procedure that contains a pyproject.toml. It uploads the local source tree, builds it in the cloud, and streams build logs. By default it creates a preview deployment; use tofupilot deploy --prod to target production, after which every linked station picks it up between runs. Deploy requires a user login; station setup tokens cannot deploy code.

Related questions

Still have a question?