# Helix 0.91.0: Connect a new authentication

> `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.

- Released: 7 Aug 2026 (2026-08-07)
- Packages: @trayai/helix-cli@0.91.0

## Headline changes

### Added: `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.

Docs: https://helix.tray.ai/documentation/reference/cli/auth/

## Other changes

### Changed

- The create-authentication link opens the Helix dashboard, not the Tray app (docs: https://helix.tray.ai/documentation/guides/connected-services/)
  `tray_create_authentication_link` returns the new link to AI assistants.
- `helix auth connect` offers to pick a workspace instead of failing (docs: https://helix.tray.ai/documentation/reference/cli/project/)
  In 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`.

---

Canonical: https://helix.tray.ai/documentation/releases/0910/
This file: https://helix.tray.ai/documentation/releases/0910.md
The full changelog: https://helix.tray.ai/documentation/releases.md
