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

# Create site

> Create a site (also known as an app, or a website).

{/* Tool: create_website */}

## Parameters

<ParamField path="name" type="string" required={true}>
  name of the project, e.g. my-app (lowercase, no spaces)
</ParamField>

<ParamField path="variant" type="string" default={"blank"}>
  template variant to use: blank, blog, event, slides, data (dashboard), marketing (landing page), portfolio (personal site + case studies), kb (markdown knowledge base), waitlist (email-capture coming-soon page), storefront (product grid + Stripe checkout). Default is blank.
</ParamField>

<ParamField path="parent_path_parts" type="string[]" default={[]}>
  Workspace-relative (/home/workspace/...parts/name) path segments where the project will be created, e.g. \["projects"] or empty for root of workspace
</ParamField>

<ParamField path="force" type="boolean" default={false}>
  Whether to overwrite an existing directory with the same name. Default False.
</ParamField>
