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

# Workspaces

> How work is separated and shared

A workspace is the container for everything in the console: providers, models,
keys, mappings, prompts, quotas, workflows, indexes and metrics all belong to
one. Nothing crosses between them.

Every account gets one on sign up. Create more when you want a real boundary,
production against staging, or one client's setup kept away from another's.

## What is scoped to a workspace

Providers and their keys. Enabled models. API keys. Mappings and prompts. Quota
rules and the spend budget. Workflows. Website indexes. Metrics.

Two things are **not** scoped to a workspace: your plan, which is per account
and so shared across all of them, and your credit balance, which is a single
account wallet.

That distinction matters. Ten workspaces do not give you ten times the requests
per minute. They give you ten separate configurations sharing one budget.

## Switching

The workspace picker sits in the console header. Your **default workspace** is
the one you land in when you sign in. If a workspace you were in is deleted,
the default moves to your most recent one.

## Members and roles

| Role   | Can do                                                                  |
| ------ | ----------------------------------------------------------------------- |
| Owner  | Everything, including deleting the workspace and transferring ownership |
| Admin  | Manage configuration, invite people, manage members below them          |
| Member | Use the workspace                                                       |

There is exactly one owner. An admin can change or remove a member, but never
another admin and never the owner. Nobody can change their own role.

## Inviting people

An invite is a code, not an email. Create it in the workspace settings, then
send the link yourself.

| Option        | Default   |
| ------------- | --------- |
| Expiry        | Never     |
| Max uses      | 1         |
| Restricted to | Any email |

Restricting an invite to one or more email addresses means only an account with
one of those addresses can redeem it. Revoking an invite stops it working
immediately, even if it was already sent.

The member cap comes from the plan, and an invite is refused at creation time
if the workspace is already at it.

## Transferring ownership

The owner picks a member and confirms with their password. The member becomes
the owner and the previous owner is demoted to admin.

This is the only way to leave a workspace you own with other people still in
it.

## Deleting

Only the owner can delete a workspace, and only if it is not your last one.
Deleting removes every provider, key, mapping, prompt, quota rule, workflow and
index inside it, and the metrics history with them. There is no undo.

Revoke or move anything still in production first. The API keys in a deleted
workspace stop working the moment it goes.

## Limits

|              | Free | Starter | Pro | Max | Enterprise |
| ------------ | ---: | ------: | --: | --: | ---------: |
| Workspaces   |    2 |       3 |  10 |  25 |  unlimited |
| Members each |    1 |       5 |  25 | 100 |  unlimited |
