Overview
Automations is the live operations hub for your deployed crews. Use it to deploy from GitHub or a ZIP file, manage environment variables, reโdeploy when needed, and monitor the status of each automation.
Deployment Methods
Deploy from GitHub
Use this for versionโcontrolled projects and continuous deployment.1
Connect GitHub
Click Configure GitHub and authorize access.
2
Select Repository & Branch
Choose the Repository and Branch you want to deploy from.
3
Enable Autoโdeploy (optional)
Turn on Automatically deploy new commits to ship updates on every push.
4
Add Environment Variables
Add secrets individually or use Bulk View for multiple variables.
5
Deploy
Click Deploy to create your live automation.

Deploy from ZIP
Ship quickly without Gitโupload a compressed package of your project.1
Choose File
Select the ZIP archive from your computer.
2
Add Environment Variables
Provide any required variables or keys.
3
Deploy
Click Deploy to create your live automation.

Automations Dashboard
The table lists all live automations with key details:- CREW: Automation name
- STATUS: Online / Failed / In Progress
- URL: Endpoint for kickoff/status
- TOKEN: Automation token
- ACTIONS: Reโdeploy, delete, and more
- Search by name
- Filter by Status
- Filter by Source (GitHub / Studio / ZIP)
chat with this crew, Export React Component and Export as MCP.

Best Practices
- Prefer GitHub deployments for version control and CI/CD
- Use reโdeploy to roll forward after code or config updates or set it to auto-deploy on every push
