1 2 3 4 5 6 7 8
```sh # To create a new space with a random name $ ockam space create # To create a new space with a specific name # Names must be unique across all Ockam Orchestrator users $ ockam space create s ```