docs/content/en/reference/references/mesheryctl/workspace/create.md
Create a new workspace under an organization
Create a new workspace by providing the name, description, and organization ID
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace create [flags] </div> </pre>Create a new workspace in an organization
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl workspace create --orgId [orgId] --name [name] --description [description] </div> </pre>Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.