For humans

Sign up at app.molar.it, connect your app, install the GitHub App, and operate from the dashboard or CLI.

For humans

This path is for engineers, QA leads, and platform teams who operate Molar through app.molar.it — not for coding agents that bootstrap themselves via API.

What you can do today

AreaAvailable nowNotes
Sign up & orgEmail/password at app.molar.it; onboarding creates a project and optional app URL
DashboardScenarios, runs, Guard, clones, traces, billing, settings
CLInpx molar-agent init, molar login, molar scenarios validate/compile, molar run (needs Guard runner — see molar doctor)
GitHub App & PR gateInstall from Settings → Organization when GITHUB_APP_SLUG is configured on the deployment
Cartographer crawl → scenariosScouts and discoveries in the dashboard; MCP tools for IDE agents
Clones (local)molar clone stripe --start and scenario clones: blocks
Trace replayOpen any run from Runs (/runs)
SSO / SCIM✅ (Business+)/settings/sso and /settings/scim when WorkOS is configured
Mender auto-fix PRsUI at /fixbots
Shadow-prod diffShadow-prod diff

1. Create your workspace

  1. Go to app.molar.it and sign up.
  2. Complete onboarding — name your project and optionally enter your app URL.
  3. Invite teammates from Settings → Members.
  4. Business plans: configure SSO at Settings → Single Sign-On and SCIM at Settings → SCIM Provisioning.

Billing and plan limits: app.molar.it/billing.

2. Connect your app and GitHub

TaskWhereWhat to do
Register app URLOnboarding or Cartographer projectBase URL for crawls and scenarios
Approve flowsScouts (/scouts) / Findings (/discoveries)Turn crawled flows into scenarios
Author scenariosScenarios (/scenarios) or .molar/scenarios/*.molar.mdWrite or approve tests
Install GitHub AppSettings → OrganizationRequired for PR gating
Branch protectionGitHub repo settingsRequire molar/guard status check
npx molar-agent init
# or: npm install -g @molar/cli

Create a Personal Access Token at Settings → API Tokens, then:

molar login --api-url https://api.molar.it --token molar_pat_xxxx

Run molar doctor — local molar run also needs the Guard runner (@molar/guard-runner). See Install & initialize.

4. Run your first scenario

Dashboard path: Scenarios → pick or create one → Run → open Trace on failure.

CLI path: Your first scenario — validate, compile, and molar run.

5. Operate day to day

AreaDashboard routeDocs
PR gating/guard/pr-gateGuard quick start
Production monitoring/guard/monitoringProduction monitoring
Trace replay/runsTrace quick start
Clone fleet/clonesClones quick start
Auto-fix (Mender)/fixbotsMender auto-fix
API tokens/settings/tokensOAuth & authentication
BYOK model keysSee BYOK docBring your own LLM provider keys

Inviting agents on your team

Humans own the org. When a coding agent needs cloud access:

  1. Mint a service token at Settings → API Tokens (preferred for CI), or
  2. Let the agent use Agent self-serve signup and share the 6-digit verification code from the email Molar sends you.

There is no separate “approve agent” screen in the dashboard today — verification is via the code (or molar agent signup verify).