Skip to main content

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.

A workspace groups multiple Momentic projects under a single repository. Use one when different teams maintain separate test suites but share a repo. Most organizations don’t need a workspace, a single momentic.config.yaml at the repo root is enough.

Creating a workspace

Add a momentic.workspace.yaml at the root of your repository:
momentic.workspace.yaml
projects:
  - project-a
  - folder/*
  - apps/**/*
Each entry is a glob pointing to a directory that contains its own momentic.config.yaml.