Skip to main content
Reference
For the complete documentation index optimized for AI agents, see llms.txt.
Add a new instance to an existing Helix project. The new block is appended to helix.toml.

Usage

If you omit the subcommand in a TTY, the CLI prompts you to choose between local and enterprise.

Available sub-commands

Top-level flags

--path is accepted either before or after the subcommand: helix add --path ./app local --name qa and helix add local --name qa --path ./app both work.

helix add local

Interactive local add prompts for the storage mode and defaults to in-memory.

helix add cloud

helix add cloud requires Helix Cloud authentication. Run helix auth login first.

Examples