# tuist organization create

Create a new organization.

## Arguments

### organization-name

**Environment variable** `TUIST_ORGANIZATION_CREATE_ORGANIZATION_NAME`

The name of the organization to create.

```bash
tuist organization create [organization-name]
```

### path `Optional`

**Environment variable** `TUIST_ORGANIZATION_CREATE_PATH`

The path to the directory or a subdirectory of the project.

```bash
tuist organization create --path [path]
tuist organization create -p [path]
```
