---
title: "Momentic developer resources"
description: "Momentic docs, the web and mobile CLIs, the local MCP server, API keys, the test format, CI guides, and machine-readable files for agents."
canonical: "https://momentic.ai/developers"
last-updated: "2026-08-25T00:54:20-07:00"
---

# Momentic developer resources

URL: https://momentic.ai/developers

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 and guides

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

[Open documentation](/docs)

## 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`

[Install momentic](https://www.npmjs.com/package/momentic)

## 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`

[Read MCP guide](/docs/coding-agents/mcp-server)

## API keys and team

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

[Manage API keys](/docs/account/api-keys-and-team)

## 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.

[Read test format](/docs/core-concepts/test-format)

## Run tests in CI

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

[Open CI docs](/docs/running-tests/ci/github-actions)

## All developer links

The cards above link to all of these pages and packages.

### Docs

[Open documentation](/docs)[Docs index for agents](https://momentic.ai/docs/llms.txt)[Web quickstart](/docs/quickstart/web)[CLI reference](/docs/cli-reference)[AI agents](/docs/ai/agents)

### CLI

[Install momentic](https://www.npmjs.com/package/momentic)[momentic-mobile on npm](https://www.npmjs.com/package/momentic-mobile)

### Coding agents

[Read MCP guide](/docs/coding-agents/mcp-server)[Agent Skills for coding agents](https://github.com/momentic-ai/skills)

### Account

[Manage API keys](/docs/account/api-keys-and-team)

### Authoring

[Read test format](/docs/core-concepts/test-format)[Editor validation with JSON Schema](/docs/core-concepts/editor-validation)

### CI

[Open CI docs](/docs/running-tests/ci/github-actions)[Devin integration](/docs/integrations/devin)

## Machine-readable

Agents and crawlers read these indexes to find our pages.

- [/llms.txt](/llms.txt)
- [/llms-full.txt](/llms-full.txt)
- [/sitemap.xml](/sitemap.xml)
- [/.well-known/ai-catalog.json](/.well-known/ai-catalog.json)
- [/.well-known/agent-skills/index.json](/.well-known/agent-skills/index.json)
- [/agents.md](/agents.md)
- [/server.json](/server.json)

## Close the feedback loop.

Point the AI QA at your app. Free to start, no credit card.

[Try for free](https://app.momentic.ai/signup) [Contact sales](/sales)
