# namespaces create

## Synopsis

```shell
omics workbench namespaces create
  --name NAME
  [--description TEXT]
```

## Description

Create a new namespace. The authenticated user is automatically added as an ADMIN of the new namespace.

If no description is provided, the API defaults the description to the namespace name.

## Examples

### Create a namespace

```shell
omics workbench namespaces create --name "My Research Lab"
```

### Create a namespace with a description

```shell
omics workbench namespaces create \
  --name "My Research Lab" \
  --description "Shared workspace for genomics research"
```

## Flags:

### `--name`=`NAME`

**Required.** The name of the namespace to create.

### `--description`=`TEXT`

A description for the namespace. If omitted, defaults to the namespace name.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/command-line-interface/reference/workbench/namespaces-create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
