> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vessl.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# vessl organization

### Overview

Run `vessl organization --help` to view the list of commands, `vessl organization [COMMAND] --help` to view individual command instructions.

### Create an organization

```
vessl organization create NAME REGION
```

| Argument | Description       |
| -------- | ----------------- |
| `NAME`   | Organization name |
| `REGION` | Region name       |

### List all organizations <a href="#usd-savvihub-image-list" id="usd-savvihub-image-list" />

```
vessl organization list
```

### View information on the organization

```
vessl organization read NAME
```

| Argument | Description       |
| -------- | ----------------- |
| `NAME`   | Organization name |
