> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-7d868fcc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces

> Separate teams, products, or client engagements in Notiky with isolated workspaces — each has its own tasks, agents, skills, members, and settings.

Workspaces let you separate teams, products, or environments within Notiky. Each workspace is fully isolated — like a dedicated team room.

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-7d868fcc/7pcXOflEsn4kdQB3/images/guides/workspaces-switcher.png?fit=max&auto=format&n=7pcXOflEsn4kdQB3&q=85&s=b1ba74c3a4ff8b6526b74829ee84520a" alt="Workspace switcher showing Acme Product and Client Beta" width="212" height="247" data-path="images/guides/workspaces-switcher.png" />
</Frame>

***

## What's isolated per workspace

| Area         | Isolated                            |
| ------------ | ----------------------------------- |
| **Agents**   | Profiles and provider bindings      |
| **Tasks**    | Board, assignments, history         |
| **Skills**   | Workspace-shared skill library      |
| **Settings** | Runtime connections and preferences |
| **Members**  | Access control                      |

***

## Switching workspaces

Use the workspace switcher in the Notiky sidebar (button showing the current workspace name). The CLI uses a default workspace:

```bash theme={null}
notiky workspace list
notiky config set workspace_id <workspace-id>
notiky workspace members <workspace-id>
```

***

## Inviting teammates

Open workspace **Settings → Members** to invite by email. Each member connects their own machine if they need a personal runtime.

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-7d868fcc/7pcXOflEsn4kdQB3/images/guides/workspaces-members.png?fit=max&auto=format&n=7pcXOflEsn4kdQB3&q=85&s=4183b62fb1b54fec186a094784edc66e" alt="Members settings with owner and pending teammate invite" width="1300" height="868" data-path="images/guides/workspaces-members.png" />
</Frame>

See [Small team setup](/example-workflows/small-team-setup) for a two-person playbook.

***

## Daemon and multiple workspaces

The agent daemon watches all workspaces your account belongs to. Tasks route to the correct workspace based on where they were created and assigned.

<Note>
  Each workspace requires its own member access. The daemon only picks up tasks for workspaces your account belongs to.
</Note>

```bash theme={null}
notiky daemon status
notiky daemon restart   # after CLI or workspace config changes
```

***

## Related

<CardGroup cols={2}>
  <Card title="Projects" href="/projects" />

  <Card title="Cloud Quickstart" href="/cloud-quickstart" />

  <Card title="CLI reference" href="/cli/reference" />
</CardGroup>
