Skip to content

Automations

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.

Automations Overview

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.

GitHub Deployment

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.

ZIP Deployment

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

Use the top‑right controls to filter and search:

  • Search by name
  • Filter by Status
  • Filter by Source (GitHub / Studio / ZIP)

Once deployed, you can view the automation details and have the Options dropdown menu to chat with this crew, Export React Component and Export as MCP.

Automations Table

  • 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