Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.02 KB

File metadata and controls

71 lines (49 loc) · 2.02 KB
title Workspaces
description 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.

Workspace switcher showing Acme Product and Client Beta


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:

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.

Members settings with owner and pending teammate invite

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

Each workspace requires its own member access. The daemon only picks up tasks for workspaces your account belongs to.
notiky daemon status
notiky daemon restart   # after CLI or workspace config changes

Related