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

# Workspaces

> Group multiple Momentic projects under one repository with a workspace file.

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`](/configuration/momentic-config) at the repo root is
enough.

## Creating a workspace

Add a `momentic.workspace.yaml` at the root of your repository:

```yaml momentic.workspace.yaml theme={null}
projects:
  - project-a
  - folder/*
  - apps/**/*
```

Each entry is a glob pointing to a directory that contains its own
`momentic.config.yaml`.
