> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyshift.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiple Projects

> Running multiple isolated projects within a single Anyshift organization

## Overview

Every Anyshift organization can create multiple projects. Organization admins can create new projects at any time from the **Settings** page.

## How It Works

Each project is fully independent:

* **Integrations** — each project connects to its own cloud accounts, monitoring tools, and repositories.
* **Knowledge graph** — each project builds its own infrastructure knowledge graph.
* **Team members** — users are assigned to projects individually with their own roles.

<Note>
  Organization admins are automatically added to every project with admin access. You do not need to assign them individually.
</Note>

## When to Use Multiple Projects

Common use cases include:

* **Environment separation** — production, staging, and development in separate projects.
* **Team boundaries** — different teams manage different infrastructure stacks.
* **Security isolation** — restrict access to sensitive infrastructure to specific team members.

## SSO and Multiple Projects

When [SSO auto-provisioning](/pages/privacy_security/sso#auto-provisioning) is enabled, admins can configure which project new users are assigned to. This is managed per email domain in the **Settings > Security > Domains** section.

For example, you can route `@engineering.acme.com` users to your Engineering project and `@ops.acme.com` users to the Ops project. See [Default Project Assignment](/pages/privacy_security/sso#default-project-assignment) for details.

## Getting Started

<Steps>
  <Step title="Create a project">
    Go to the **Settings** page and create a new project.
  </Step>

  <Step title="Configure integrations">
    Set up integrations for the new project — each project needs its own connections.
  </Step>

  <Step title="Invite team members">
    Add users to the project and assign their roles.
  </Step>
</Steps>
