Docs Quickstart preview

Get Molar running
in under a minute.

Molar is in private beta. The hosted CLI is the fastest way to try it. Full reference docs ship with general availability.

Step 01

Install the CLI

Run inside any repo. Node 18+ recommended. No global install, no API key required for the public beta.

$ npx molar-agent init
Step 02

Point at your app

Give Molar a URL or a runnable harness. It scans routes, reads recent diffs, and writes the first scenarios in your repo as plain English markdown.

$ molar-agent scan https://staging.your-app.com
Step 03

Run a scenario

Scenarios live as plain markdown next to your code. They run against stateful clones of your third-party services, so no real cards are charged and no real users are emailed.

$ molar-agent run scenarios/checkout.molar.md
Step 04

Wire it into CI

Add a GitHub Action so every PR is gated. Failures fail loudly with the exact diff, the failing flow, and a link to the trace.

$ molar-agent ci install
Clone reference

Per-service clones

Each third-party service has its own doc page — connect instructions, seeds, coverage, and available MCP tools. Start with Stripe or GitHub, or browse from the homepage catalog.

Early access

Get started

Docs are live — product access rolls out in waves. Join the waitlist and we will reach out when you can run scenarios against stateful clones in your repo.

Coming soon Full API reference, scenario syntax, GitHub App, MCP integration, self-hosted clone provisioner, and SSO.
Back to landing