Workspaces

How workspaces and organizations are structured in Locus.

Overview

Locus uses a two-level hierarchy:

  • Organizations — Top-level containers that group workspaces and team members

  • Workspaces — Project-level containers where tasks, sprints, and documents live

spinner

Organizations

An organization represents your team or company. Each organization has members with specific roles:

Role
Permissions

Owner

Full control, manage members, delete organization

Admin

Manage workspaces, tasks, sprints, and API keys

Member

Create and work on tasks, view workspaces

Viewer

Read-only access to workspaces and tasks


Workspaces

A workspace maps to a single project or repository. It contains:

  • Tasks — Units of work with status, priority, and acceptance criteria

  • Sprints — Time-boxed iterations grouping tasks

  • Documents — Knowledge base for the project (PRDs, tech specs, etc.)

  • API Keys — Scoped credentials for CLI access

Creating a Workspace

  1. Select your organization

  2. Click Create Workspace

  3. Name it after your project


API Keys

API keys are scoped to a workspace. They authenticate the CLI and Telegram bot.

circle-info

Your workspace is automatically resolved from the API key. You don't need to manually configure a workspace ID.

Generating a Key

  1. Open your workspace in the dashboard

  2. Go to Settings → API Keys

  3. Click Create API Key

  4. Copy and store the key securely

Using the Key

Or set it directly:

triangle-exclamation

Last updated