auto is in a private beta — you cannot sign up and start using the product without an invite. Request access on auto.sh, wait for an email, then follow the steps below.
1
Step 1 — Design your software factory
Choose one of two paths:
- Choose a ready-made team — today the only selectable preset is The Accelerator — a minimally viable team of agents that can help you get started.
- Start from scratch — describe any automation you want and build from a blank canvas with a concierge agent.
.auto/agents/ files auto adds in the installation PR.This is just a starting point — you can always remix your software factory later through merged edits to the .auto/ directory.2
Step 2 — Connect GitHub
Install the auto GitHub App so agents can read code, open pull requests, and react to repository events.
3
Step 3 — Connect Slack
Authorize auto in your Slack workspace so you can communicate with your agents where you already work — questions land in threads, finished work arrives as updates, and you can steer any session from the thread after you close the browser tab.
4
Step 4 — Open the installation PR
Choose the configuration repository — the repo whose
.auto/ directory becomes source of truth for this project.5
Step 5 — Merge the installation PR
Merging is the moment your team comes online. Review the PR on GitHub — every agent, model, and trigger is in the diff. auto also posts a Sync plan check and comment on the PR (the same dry run GitHub Sync uses for every
.auto/ change).6
Step 6 — Connect your OpenAI subscription Optional
Link the personal OpenAI credential your agents will use via the
npx automate CLI command shown on the step. The credential stays scoped to your account; you can adjust usage policy and quota limits later in project settings.This step is optional — but, if you have an OpenAI subscription, it will make your factory vastly more cost-effective.7
Step 7 — Complete setup and meet your team
When deployment finishes, you’ll be redirected to the dashboard where your Chief of Staff will greet you and introduce you to the agents you have available to you out-of-the-box.
8
Step 8 — Lift-and-shift your environment
Your Chief of Staff will inspect your README, scripts, and any existing
.auto environment authoring, and work with you to configure in .auto/fragments/ a reusable environment configuration that achieves lift-and-shift parity with your local development environment.9
Step 9 — First automation
You’ll then work with your Chief of Staff to build your first automation.This will be a simple automation that will help you get a flavor for how you can use your new factory to build automations — but feel free to push the limits and go further.
10
Step 10 — You're ready to go
You’re now ready to go! Shepherd day to day product work through your factory, or build out more complex automations to help you and your team be 10x more productive — the only limit is your imagination.
Where to go next
- Overview — what auto is and what teams build with it
- Agent fleet example — the
.auto/directory behind The Accelerator - Triggers and events — wake agents from pull requests, issues, Linear, cron, and webhooks
- Code review example — a PR reviewer with managed checks and folded re-reviews
- Managed templates — import production-grade
@auto/*packages with one line