> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-external-directive.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create

> Creates a namespace for the organization on the control plane

## Usage

```bash
npx wgc namespace create [name]
```

## Description

The `npx wgc namespace create` command allows you to create a new namespace within the organization.

## **Parameters**

* `[name]`: The name of the namespace you want to create.

## **Example**

* Create a new namespace named "production"

```bash
npx wgc namespace create production
```
