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

# Workspaces

> Organize teams with workspace-level isolation for agents, tasks, 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-b5788c9c/kOTGsdF2jDE8PXYg/images/guides/workspaces-switcher.png?fit=max&auto=format&n=kOTGsdF2jDE8PXYg&q=85&s=4a86f0522f85366ee1d2f36f23662379" 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-b5788c9c/kOTGsdF2jDE8PXYg/images/guides/workspaces-members.png?fit=max&auto=format&n=kOTGsdF2jDE8PXYg&q=85&s=27ca7f370969ce405a59f9d31dbce4d2" 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>
