Get running in 5 minutes.
Setup
Install CodeMachine
npm install -g codemachine
# or bun/pnpm/yarn
Start CodeMachine
codemachine
# to run codemachine interactive session
Authenticate an Engine
/login
# to authenticate one or more AI engines
Each workflow specifies which engine(s) it uses. You can override this in the workflow file if needed. See available engines → Choose a Workflow
/templates
# to list all built-in or imported templates
The default workflow is Ali Workflow, a built-in workflow builder to help you create your first workflow. More workflows are available in the library but currently experimental. Browse workflows → Run It
/start
# to run the selected workflow
Your screen will differ depending on the workflow. You may see onboarding questions, indicating the workflow has tracks or conditions. Once you reach the workflow screen, you’re at the main screen where you can monitor all your agents.
You’re now running your first workflow!
Next Steps
Getting Help