Momentic developer resources

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.

Docs

Docs and guides

Start with the product overview, or go straight to the web quickstart. The CLI reference lists every command.

CLI

Web and mobile CLIs

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

Coding agents

Local MCP server

The CLI starts an MCP server over stdio. Point your editor or terminal agent at it.

$ npx momentic mcp

$ npx momentic-mobile mcp

Account

API keys and team

Create an API key for CI and for local runs. The same page shows who is on your team.

Authoring

Test format and editor validation

Tests are YAML files, so you can review them in a pull request. The JSON Schema validates them in your editor.

CI

Run tests in CI

Start with the GitHub Actions guide. Devin has its own integration page.

Close the feedback loop.