Docs and guides
Start with the product overview, or go straight to the web quickstart. The CLI reference lists every command.
Docs, the web and mobile CLIs, the local MCP server, and the files that agents read. Write a test on your machine, then run the same test in CI.
Start with the product overview, or go straight to the web quickstart. The CLI reference lists every command.
Two npm packages. momentic runs web tests, momentic-mobile runs Android and iOS tests. Both run inside your project.
$ npx momentic init
$ npx momentic run
The CLI starts an MCP server over stdio. Point your editor or terminal agent at it.
$ npx momentic mcp
$ npx momentic-mobile mcp
Create an API key for CI and for local runs. The same page shows who is on your team.
Tests are YAML files, so you can review them in a pull request. The JSON Schema validates them in your editor.
Start with the GitHub Actions guide. Devin has its own integration page.
The cards above link to all of these pages and packages.
Agents and crawlers read these indexes to find our pages.