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

# Workspace

> Create and run a workspace — settings, team, agents, context, and skills.

A [workspace](/concepts/glossary#workspace) is the home for your team, agents, motions, and the context Monnet uses to help you decide. This page covers the workspace-side tasks: creating it, configuring settings, managing people and agents, giving Monnet persistent context, and managing skills.

For the concept itself — what a workspace is, roles, how it fits in the Monnet model — see [How Monnet works](/concepts/how-monnet-works).

## Create a workspace

From the sidebar, click **New workspace** and give it a **name**. The URL slug is generated from the name and **can't be changed after creation** — your workspace lives at `monnet.ai/your-slug`. Once created, you're the first member with the **Owner** role.

## Workspace settings

Open the workspace's settings (the edit affordance next to its name in the sidebar). Settings are organized into five tabs: **General**, **Team**, **Context**, **Skills**, and **Integrations**.

<Frame caption="Workspace settings — the General tab.">
  <img src="https://mintcdn.com/individual-3f373c10/jIW3CtGWnO81HS4D/images/workspace-settings.png?fit=max&auto=format&n=jIW3CtGWnO81HS4D&q=85&s=5d8edff9400baf0cf2bee829889f4dd5" alt="Workspace settings General tab with logo, name, and URL slug" width="1280" height="577" data-path="images/workspace-settings.png" />
</Frame>

### General

* **Workspace logo** — upload a PNG, JPG, or WebP up to 5MB (256×256px recommended).
* **Workspace name** — the display name.
* **URL slug** — shown read-only; it's fixed at creation.
* **Danger zone** — Owners can **Delete workspace** here. Deletion removes all motions, members, and files and can't be undone.

Click **Save changes** to apply edits.

<Warning>
  Deleting a workspace is permanent. All motions, messages, files, and context are removed and cannot be recovered.
</Warning>

## Team

The **Team** tab has two sub-views: **Members** (people) and **AI Agents**.

### Invite and manage members

Click **Invite a member**, enter an email, and pick a [workspace role](/concepts/glossary#workspace-roles):

* **Owner** — can do anything, including delete the workspace.
* **Admin** — can manage the team and settings, but can't delete the workspace.
* **Member** — collaborates on motions.

Monnet emails the invitee a link to accept or decline. You can resend or cancel a pending invitation from the team list.

Click a member to open their panel, where admins and owners can set:

* **Function** — what this person does on the team (e.g. "Designer").
* **When to involve this person** — optional guidance telling Monnet when to loop them in, and when not to.
* **Role** — switch between Owner, Admin, and Member.

From the same panel you can **Remove from workspace** (or **Leave workspace** for yourself).

<Note>
  A workspace must keep at least one Owner — you can't remove or downgrade the last one.
</Note>

### Onboard an agent

Agents are AI teammates that execute motion plan steps. In the **AI Agents** sub-view, click **Onboard a new agent** and follow the wizard. The available connector is **Local Runner (Claude Code)**, which runs Claude Code on a machine you control.

Once onboarded, an agent appears in the team list and can be assigned to plan steps. For the full setup — provisioning a runner, the per-OS install command, and authorizing the device — see [Agents](/product/agents).

## Context

The **Context** tab is where you give Monnet persistent, workspace-wide context. It has three sections.

<Frame caption="Workspace settings — the Context tab, with MONNET.md, MEMORY.md, and Files.">
  <img src="https://mintcdn.com/individual-3f373c10/jIW3CtGWnO81HS4D/images/workspace-memory.png?fit=max&auto=format&n=jIW3CtGWnO81HS4D&q=85&s=893ddef7d8747ee827eb92c85ed95ab2" alt="Context tab showing the MONNET.md policy field, the auto-maintained MEMORY.md field, and the Files section" width="1280" height="577" data-path="images/workspace-memory.png" />
</Frame>

### MONNET.md

Your workspace's policy file — guidelines and policies Monnet uses when drafting and discussing motions. Edit it as plain markdown. This is the persistent brief a new teammate (human or agent) would need to be productive.

See [How Monnet works — MONNET.md](/concepts/how-monnet-works#monnet-md-persistent-context) for what to put in it.

### MEMORY.md

A running digest that Monnet **auto-maintains when motions close** — it accumulates what the workspace has decided and learned over time. It's editable: admins can prune or correct it, but you don't have to write it yourself. A fresh workspace shows it empty until the first motion closes.

### Files

Upload supporting documents (handbook, style guide, product requirements) that Monnet can reference across motions. Use **Add file** to upload; remove a file from the same list. These are workspace-wide knowledge, distinct from files attached to a single motion.

Click **Save changes** to persist edits to MONNET.md and MEMORY.md.

## Skills

The **Skills** tab holds reusable instructions for specific scenarios — a competitive-brief template, an incident report format, an onboarding checklist. Click **Add skill** and fill in a **Name**, a short **Description**, and the long-form **Content** (instructions). Open an existing skill to edit it or delete it. Skills are workspace-scoped and available to Monnet on every motion.

## Integrations

The **Integrations** tab connects external tools. Today that's **Slack** — see the [Slack integration](/integrations/slack) page for connecting, importing members, and how teammates take part in motions from Slack DMs.
