> ## 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 project

> Discover, manage, and link Helix Cloud projects

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

```bash theme={"languages":{"custom":["languages/helixql.json"]}}
helix project list --workspace-id <id> [--format human|json]
helix project get [<project-id>] [--format human|json]
helix project create --workspace <id> --slug <slug> --name <name>
helix project delete [<project-id>] [--yes]
helix project link <project-id> [--workspace <id>]
```

`link` persists the stable project/workspace IDs only in the current project's `helix.toml`.
It does not create global selection state. `project update` is not supported.
