Pre-GA
Helix is in Design Partner and Early Access. Early Access opens in the second half of August
2026.
Design Partner and Early Access only.Request access
helix auth connect --new creates the credential in the browser and wires it into your project in one command, instead of leaving you to do both halves.
helix auth connect --new creates and wires a credential in one command
It opens the Helix dashboard's connect page, waits until you have finished there, then discovers the new credential and connects it. Until now creating an authentication and wiring it into a project were two separate jobs with a context switch between them. --no-open prints the link instead of opening a browser, and with no terminal it prints the link and exits.
The create-authentication link opens the Helix dashboard, not the Tray apptray_create_authentication_link returns the new link to AI assistants.
Docs →
helix auth connect offers to pick a workspace instead of failingIn a terminal, a helix.config.ts with no workspaceId now prompts you to choose one. It previously failed with a pointer to helix workspace select.
Docs →