Install, configure, upgrade and debug a Helix deployment — control plane via Docker Compose or the helix-controlplane Helm chart, and the sandbox node (Hydra container runner) that actually runs spec-task desktops and sandboxes. Covers install.sh flags, Hydra…
Define, deploy, chat with and test Helix agents (apps) from the CLI — apply agent YAML with system prompts, API/OpenAPI tools, MCP servers and knowledge; grant team/user access; chat with an agent or an external Zed agent; run YAML-defined evaluations; and…
Manage Helix projects and the spec-task Kanban board from the CLI — create/fork projects, apply project YAML, list the board, create and move cards between columns, set priority/labels/assignees, approve specs and implementations, archive and delete tasks,…
Run an end-to-end smoke test of a Helix deployment from the CLI — create an organization, fork or apply a project, pick a coding agent, dispatch a spec task, watch its sandbox boot, chat with the running agent, approve the specs, verify a PR, and tear…
Start, watch, steer and stop Helix spec tasks — launch a coding agent in its own sandbox, chat with it, send prompts, read its conversation history, exec commands and copy files into its container, take screenshots, stream its desktop, and drive standalone…
Install, authenticate and navigate the Helix CLI (`helix`) against a Helix control plane. Start here for any Helix task — it covers HELIX_URL/HELIX_API_KEY/HELIX_ORG setup, the full command map, organization/team/member/secret/provider management, and the…
Get files into Helix — upload to the filestore, list and remove filestore paths, sync a local directory into an agent's knowledge base with `helix apply --rsync`, index websites and documents as RAG knowledge, search and version that knowledge, and attach…