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.
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
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
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
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
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.
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.