Is Momentic SOC 2 compliant?
Yes. Momentic is SOC 2 Type 2 compliant and independently audited. Compliance reports are available in the Trust Center. Data is encrypted in transit and at rest.
Does Momentic support SAML SSO, SCIM, and audit logs?
Yes. Enterprise accounts use SAML single sign-on with SCIM provisioning against your identity provider, role-based access control for permissions, and audit logs of account and test activity.
Can Momentic test an application that is not on the public internet?
Yes. When tests run through the Momentic CLI, the browser or the mobile device executes on your own machine or CI runner, inside your own network. That covers a private VPC, an environment behind a VPN, a preview deployment, and localhost, with no tunnel and no IP allowlist.
Can Momentic be installed fully on-premise?
Not today. Momentic is a hosted platform with local and CI execution: the control plane runs in Momentic's cloud, and test execution can run entirely inside your network through the CLI. If you have a strict data-residency requirement, raise it with our team during the review, because the answer depends on which data must stay inside your boundary.
Where do the tests live, and who owns them?
You own them. Every test is a YAML file in your own source control, so tests are reviewed in pull requests, versioned with the application, and readable without Momentic. If you stop using Momentic, the definition of how your product should behave stays in your repository.
How many tests can run in parallel?
Momentic provisions hundreds of parallel iOS simulators and Android emulators, and thousands of parallel browsers. Large suites are also sharded across CI jobs, so a suite can grow and still finish inside a pull-request check.
Does Momentic charge per parallel device or per seat?
No. Enterprise pricing follows the tests you run rather than the number of parallel devices or the number of licensed users. Device farms charge for each concurrent slot and per-seat tools charge for people who never open them. Neither model fits a team where engineers, product managers, and coding agents all start runs.
Does Momentic test on physical devices?
Not today. Mobile tests run on iOS simulators and Android emulators, locally or on Momentic-hosted infrastructure. Physical devices are on the roadmap without a committed date. Flows that need real hardware, such as an eSIM install, a camera, or a biometric prompt, still need a device lab.
How does a migration from an existing suite work?
Existing Playwright, Appium, Espresso, and XCUITest suites are migrated flow by flow, with our team, starting from the flows that fail most often or cost the most to maintain. The old suite keeps running while the migration proceeds, so no release depends on a cutover date.
What support does an enterprise account include?
Priority support, a dedicated account manager, onboarding, proactive health checks, and a 99.99% uptime SLA backed contractually.
Can a coding agent use Momentic under our access controls?
Yes. Coding agents work through the same CLI and MCP server that engineers use, so a run an agent starts uses the same project configuration, secret handling, and audit logging. The tests an agent writes arrive as YAML in a pull request, where a person reviews them.
How do we start an enterprise evaluation?
Start free from the website Sign up button or with the npx @momentic/wizard@latest command, then contact our team for an enterprise trial. The trial covers your security review, your identity provider, and one real flow in your own application.