Provide the brief
You can give Mo:- A plain prompt.
- An uploaded file.
- A Confluence page URL or page ID after you connect Atlassian in Momentic Settings > Integrations.
Use GitHub context
Install the Momentic GitHub App on the repository, then name it in the brief:- Workspace repositories. Select repositories on the Mo workspace page
and every session starts from a snapshot of them at
/home/user/workspace/repos/<repo-id>with read-only Git credentials. The session agent reads the code, runsgit logover a window, and maps commits to the flows they touch. This powers diff-based regression. - Pull request runs. Mo scopes a session to the change, posts the result as a comment, and reports a status check you can require before a merge. A comment on the pull request also starts a scoped run. See run Mo on a pull request.
Test a protected target
Mo reads its own browser traffic and detects the hosting platform and the protection type. Supported hosting platforms:- Vercel
- Cloudflare
- Netlify
- CloudFront
- Fastly
- Akamai
- Vercel deployment protection
- Vercel firewall challenge
- Cloudflare challenge
- Cloudflare Turnstile
- reCAPTCHA
- hCaptcha
- Device fingerprinting
- HTTP basic auth
Drive Mo from a coding agent
mo skills installs the mo-qa skill into the coding agents it detects: Claude
Code, Cursor, Codex, Copilot, and OpenCode. After that the agent runs the whole
loop in plain language: write the brief, start the session, read the report, fix
what it found, and send the recheck. See use the Mo CLI for what runs
underneath.
Reach a private target
mo tunnel publishes a local or private address to the session sandbox, so Mo
tests a branch on your machine or an internal environment. One tunnel holds
every address the session needs. See
test a local build through a tunnel.