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

# squarecloud workspace create

> Creates a new workspace on Square Cloud.

Creates a workspace with the given name and prints its ID. The name is required.

```bash theme={null}
squarecloud workspace create "My Team"
# Creates a workspace named "My Team".
```

Use `squarecloud workspace create --help` for more information about this command.
