> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://www.comet.com/docs/opik/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://www.comet.com/docs/opik/_mcp/server.

# Workspaces

Workspaces group related projects together within your organization. Each workspace has its own members, roles, and isolated data (traces, experiments, datasets).

## Viewing Workspaces

To view all workspaces in your organization:

1. Navigate to the [Admin Dashboard](/administration/admin-dashboard/overview)
2. Click on **Workspaces** in the sidebar

The list shows each workspace's name, member count, and creation date.

## Creating a Workspace

1. Navigate to the **Workspaces** section in the Admin Dashboard
2. Click **Create Workspace**
3. Enter a **name** for the workspace
4. Click **Create**

Use clear, descriptive names. Examples: `production`, `staging`, `research-team`.

## Deleting a Workspace

Deleting a workspace permanently removes all data within it, including projects, traces, experiments, and datasets. This action cannot be undone.

To delete a workspace:

1. Navigate to the **Workspaces** section in the Admin Dashboard
2. Find the workspace you want to delete
3. Click the **more options** menu (three dots)
4. Select **Delete**
5. Confirm the deletion by typing the workspace name

You cannot delete the only workspace in the organization.

## Related Documentation

* [Workspace Members](/administration/workspace-settings/workspace_members) - Manage users within a workspace
* [Users](/administration/admin-dashboard/users) - Organization-level user management
* [Roles and Permissions](/administration/roles_and_permissions) - Workspace role configuration