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

# helix init

> Create a local project or a WorkOS-authenticated Cloud link

<div className="flex flex-wrap gap-2"><Badge color="gray" size="sm">Reference</Badge></div>

```bash theme={"languages":{"custom":["languages/helixql.json"]}}
helix init local [--name dev] [--port 6969] [--disk | --storage-uri s3://bucket/prefix]
helix init cloud [--name production] [--database tenant:<id>|cluster:<id>] \
  [--project <id>] [--workspace <id>]
```

Cloud init authenticates through the WorkOS session and resolves the database from explicit flags or
an unambiguous project. It stores stable linkage only. It has no gateway URL or query-auth options.
Use `--skills` or `--no-skills` to control agent-skill installation.
