Introduction
Welcome to RunMyCrew
RunMyCrew is the automation system for teams and agents. Connect the apps you already use, build workflows from a single prompt, and run everything with full observability.
Overview
Workflows in RunMyCrew are graphs of triggers, conditions and actions. They run on schedules, webhooks or app events, and every execution is logged end-to-end.
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 at app.runmycrew.com and skip the infra.