Introduction
RunMyCrew is the automation system for teams and agents — connect your apps, build workflows from a prompt, and run everything with full observability.
RunMyCrew turns plain-English intent into running automation. Describe what you want, connect the apps you already use, and every execution is logged end-to-end — no glue code, no cron server to babysit.
Overview#
Workflows in RunMyCrew are graphs of triggers, conditions and actions. They run on schedules, webhooks or app events, and every run is captured with its inputs, outputs, and timing so you can see exactly what happened.
Build and run your first workflow in under five minutes.
Triggers, conditions, actions, and the execution model.
Generate a working workflow from a single prompt.
Run the whole stack on your own infrastructure.
Core concepts#
- Triggers — start a workflow from an app event, a webhook, or a schedule.
- Conditions — branch and filter without writing glue code.
- Actions — fan out to every connected tool in a single run.
- Connections — OAuth-managed credentials for each integration.
Install#
Self-host with Docker:
docker compose -f deploy/docker-compose.production.yml up -dOr sign up for the hosted app and skip the infrastructure entirely — it's free while we're in early access.