Momentic is CLI-first. Tests live in your repo as YAML, are authored and edited with the CLI (and your coding agent through MCP), and run locally or in CI. The web app at app.momentic.ai is the dashboard for triage, settings, and integrations.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Move your tests with momentic import
The whole migration is one command. From the root of the repo you want your
tests to live in, run:
momentic import for flags (pass a
test path to import a single test plus the modules it uses).
If you do not have the CLI set up yet, the onboarding wizard installs it, logs
you in, and scaffolds a project in one step:
npx momentic import from the project root.
What is deprecated
- Authoring tests in the cloud editor. Create and edit tests with the CLI (and the local editor it ships with) or your coding agent via the MCP server.
- Cloud-hosted test runs
(
momentic queue testsandqueue suites). Run withmomentic runlocally or in CI instead. - Momentic Copilot (the cloud-based AI authoring assistant). Use your coding agent with the MCP server for natural-language test authoring.
What is not deprecated
The dashboard at app.momentic.ai is still the home for everything that isn’t authoring or execution:- Results and the Run Viewer — videos, traces, auto-heal history, step output
- API keys, team, and SSO
- Security and audit
- Quarantine and quarantine rules
- Failure analysis and recovery history
- AI settings and model version pinning
- Integrations: Slack, GitHub, GitLab
- Usage and billing
After importing
Once your tests are in the repo:Author with the CLI or MCP
Edit imported tests (or write new ones) in the local editor that ships with
the CLI, or hand your coding agent the MCP
server and describe the behavior in natural
language. Tests are YAML files in your repo.
Run locally and in CI
Replace
momentic queue tests and momentic queue suites with momentic run. For CI, drop in one of the
ready-made templates.Triage in the dashboard
Pass
--upload-results to surface runs in the
dashboard. Nothing changes about how you view,
share, or quarantine runs.Why
CLI-first means tests are versioned with your application code, run the same way on a laptop and in CI, and integrate naturally with coding agents through MCP. The dashboard’s job is triage and configuration, not authoring or execution.Related
momentic importmomentic runmomentic queue(deprecated)- How Momentic works
- Quickstart: Web · iOS · Android
- MCP server