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

# Workspaces

> Workspace management commands

# Workspaces

## Commands

### List All Workspaces

```bash theme={null}
60db workspaces --list
```

### Get Workspace Details

```bash theme={null}
60db workspaces --get 456
```

### Filter by User

```bash theme={null}
60db workspaces --list --user-id 123
```

### Create Workspace

```bash theme={null}
60db workspace:create --name "My Workspace" --owner-id 123 --description "Project workspace"
```

## Options

### List Workspaces

* `--user-id <id>` - Filter by user ID

### Get Workspace

* `--id <id>` - Workspace ID (required)

### Create Workspace

* `--name <name>` - Workspace name (required)
* `--owner-id <id>` - Owner user ID (required)
* `--description <text>` - Workspace description
