Choose your path

From evaluation to a gated PR and replayable trace — without getting lost between marketing, docs, and the dashboard.

Choose your path

How to go from "should we try Molar?" to a gated PR and a replayable trace — without getting lost between marketing pages, docs, and the dashboard.

Molar has four products (Cartographer, Guard, Clones, Trace) and one operator UI at app.molar.it. The CLI and MCP server are included with every account.

Three phases

Evaluate          Install & connect        Operate
─────────         ─────────────────        ───────
molar.it          npx molar-agent init     app.molar.it
product landings  .molar.md + GitHub       dashboard + traces
docs.molar.it     first scenario run       Guard + Mender loop

Phase 1 — Evaluate (no account required)

Goal: Understand which product fits your team and what Molar actually ships today.

StepWhereWhat to do
1molar.itRead the four-product story
2Product landingDeep-dive the product you care about — cartographer.molar.it, guard.molar.it, clones.molar.it, trace.molar.it
3Getting startedPick human vs agent path; confirm fit (clones, GitHub App, BYOK)

Pick your entry product:

If your pain is…Start at…You'll likely also need…
"We don't have E2E coverage"CartographerClones (vendors), Guard (CI gate)
"Stripe/Twilio test mode is killing CI"ClonesCartographer or your existing tests
"Regressions merge anyway"GuardCartographer (scenarios), Trace (debug)
"Flaky tests / can't reproduce failures"TraceGuard (captures traces on failure)

Phase 2 — Install & connect

Goal: A project wired to Molar with at least one scenario running against a safe environment.

StepWhereWhat to do
1app.molar.itCreate account → onboarding (project + optional app URL)
2Terminalnpx molar-agent init — scaffolds .molar/ and sample scenarios
3DashboardConfirm app URL on your Cartographer project
4Dashboard or MCPDiscover flows (Scouts or molar_generate_scenarios_from_url) → approve as scenarios
5.molar.mdWire Clones base URLs if your app hits Stripe, email, etc.
6CLI or dashboardmolar run (local runner required) or Run from Scenarios
7DashboardOpen the run's Trace — confirm forensic replay works

Docs to keep open:

Phase 3 — Operate (dashboard + CI loop)

Goal: Every PR is gated; failures are replayed and optionally auto-fixed.

StepWhereWhat to do
1Settings → OrganizationInstall Molar GitHub App on your repo
2GitHub branch protectionRequire molar/guard status check
3app.molar.it/guard/pr-gateConfigure PR gating
4app.molar.it/guard/monitoringProduction synthetics (when entitled)
5On failureOpen Trace from the run → diff vs last green
6Settings → NotificationsEmail on gate failures

Human vs agent onboarding

HumansAgents
Accountapp.molar.it signupmolar agent signup + 6-digit verify
Primary UIDashboardMCP + CLI
CredentialsPAT from Settings → API TokensAgent API key or human-minted PAT
First runDashboard Run or molar runMCP molar_run_scenarios or molar run

See For humans and For agents for full detail.