Getting started
Create your product, run the Setup Wizard to connect GitHub and the SDK, then turn on the loops you want.
Getting a product onto self-driving mode takes two connections and a few minutes. This page walks the whole path: create the product, run the Setup Wizard, then turn on the loops.
1. Create a product
Everything in 1mn is scoped to a product — one SaaS you're running. From the top bar choose + New product, give it a name and your website URL.
When you add a website, an onboarding run kicks off automatically: it reads your site and drafts a business profile, a brand voice guide, and a first pass at your competitors — so the agent starts with context instead of a blank page. See How the agent learns your business for what each artifact contains and how loops reuse it.
2. Run the Setup Wizard
The Setup Wizard (/setup) is the guided path to self-driving mode. It walks the connections in order and derives each step from server state, so you can refresh or come back later and it resumes exactly where you left off.
No Claude setup required
Task runs use 1mn's platform key out of the box — your monthly task credits cover them, nothing to install. If you'd rather run tasks on your own Claude Pro/Max subscription (unlimited tasks, zero credits), connect it any time from Integrations → Claude subscription (BYO). See Billing.
Step 1 · Connect GitHub
GitHub is required for any loop that writes code or docs. Click Connect GitHub → to install the 1mn GitHub App on the account that owns your product's repository — you pick exactly which repositories it can see. You'll be sent to github.com and returned to the wizard. If the app is already installed on an account, the wizard shows a Use this → shortcut so you can reuse it in one click.
Then choose the repository the agent should work in. This becomes your product's selected repo — the only one 1mn clones, edits, or opens PRs against.
Step 2 · Switch your workspace on
The agent is about to do real work in your repo, and agent runs are subscription-gated, so the wizard asks you to subscribe before it spawns any work. 1mn is $20/month per workspace with 10 task credits included (1 credit = 1 task) — connect your own Claude subscription for unlimited tasks. Click Subscribe → to complete checkout, then the wizard continues on its own. See Billing for the full model (and the separate prepaid ad budget).
Step 3 · Install the SDK
With the connections in place, the agent installs the 1mn SDK for you — it opens a pull request that drops the snippet into your repo and wires identify() / reset() into your auth pages. It verifies the build before opening the PR.
Review the diff right in the wizard and click Merge & deploy (or open it on GitHub first). Your own CI deploys the merge. Setup completes the moment your deployed site sends its first event — that's when the dashboard flips to live.
That one SDK install is all the signal the loops need — pageviews, grouped + symbolicated errors, web vitals, in-app feedback, and (once you turn it on) session replay all flow from it.
3. Talk to the dispatcher
The left sidebar is your conversation with the primary agent. It doesn't do the heavy lifting itself — it routes. Ask in plain language ("audit my SEO", "draft a launch ad", "why are users hitting this error") and it spawns the right background task.
4. Turn on the loops
Open the Loops tab. Each loop is a skill the autonomous engine wakes on a schedule — business digests, content, monitors, and more. Every card shows its cadence and next wake; open one to set its schedule or change how often it runs. Product signals use the separate Discovery pipeline: a daily Ranger reads each source and files a draft ticket directly when something's worth your attention.
See the loops for the full catalog and what each one does.
5. Review and approve
Loops surface their work as tickets and drafts. Low-risk, reversible work applies on its own; anything irreversible — a production deploy, money out, a live ad — pauses for your approval. You review on the Tasks board, or right in chat. See Tickets & approvals for how the gate works.
Point Cast at staging
Cast personas drive a real browser through your app. Aim them at a staging URL with a throwaway account, not production.
Next steps
What is 1mn?
1mn runs a solo founder’s SaaS as autonomous AI loops — growth, product, and support that act, verify their own work, and hand back only at the edges.
How loops work
The shape every 1mn feature fits — trigger, discover, decide, act, verify, gate, persist, hand off — and the three properties that decide how autonomous it can be.