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

# Create Workspace

> Create a new workspace.

### Body

<ParamField body="name" type="string" required>
  The name of the new workspace.
</ParamField>

### Response

<ResponseField name="success" type="boolean">
  Whether the workspace was created.
</ResponseField>

<ResponseField name="id" type="integer">
  The ID of the newly created workspace.
</ResponseField>
