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

# phi ws create

Create a new workspace in the current directory.

## Params

<ResponseField name="name" type="str">
  Name of the new workspace. `--name` `-n`
</ResponseField>

<ResponseField name="template" type="str">
  Starter template for the workspace. `--template` `-t`
</ResponseField>

<ResponseField name="url" type="str">
  URL of the starter template. `--url` `-u`
</ResponseField>

<ResponseField name="print_debug_log" type="bool">
  Print debug logs. `--debug` `-d`
</ResponseField>
