Skip to content

Pre-GA Design Partner and Early Access only. Request access

Helix Docs

The Helix dashboard

A tour of the builder dashboard: workspace switcher, project cards, and the Overview, Access Control, Deployments, and Logs tabs on every project.

For IT teams Updated Aug 5, 2026
View as Markdown

The Helix dashboard at https://app.helix.tray.ai is the web console for everything running on Helix. It has two surfaces: the builder dashboard, where anyone with workspace access manages projects, and the Admin console at /admin, which org admins open for the org-wide view. This page covers the builder dashboard and Organization settings.

The header

Every page of the builder dashboard carries the same header:

ControlWhat it does
Workspace switcherMoves between the workspaces you belong to
AdminOpens the Admin console. Visible only to org admins
Dark mode toggleSwitches the theme
User menuOrganization settings and Sign out

If you do not see the Admin button, you are not an org admin in this organization.

Workspace view

Switching to a workspace gives you two items in the sidebar:

  • Projects: every project in the workspace, as cards.
  • Authentications: the authentications available for projects in this workspace. Authentications are created in Tray iPaaS today, and org admins can see every authentication in use across the organization from the Admin console.

Project cards

Each project card shows:

FieldNotes
NameThe project name, generated on the first deploy unless you set one
DescriptionWritten by AI from the project’s code, and regenerated on every deploy
Connected servicesIcons for the third-party services the project calls
Created byWho provisioned the project
Last deployedWhen the most recent deployment went out
Link to the published appOpens the deployed app
DeleteRemoves the project

The AI-written description is worth reading when you audit a workspace: it is the fastest way to tell what an unfamiliar project actually does without opening its code.

Project view

Opening a project gives you four tabs.

Overview

Execution health for the last seven days: a success-rate gauge, a trend chart for errors and timeouts, and a list of recent deployments. This is the tab to check when someone reports that an app is misbehaving, because a degraded project shows here before anyone files a ticket.

Access control

Who can open the published app. The setting is one of Workspace (the default), Only people invited, or Organization. See IT & governance for what each setting means and who can select it.

Deployments

Every deployment of the project, with:

ColumnContents
StatusReady, Deploying, or Error
Deployment IDThe identifier to quote when you raise a support issue
EnvironmentPRODUCTION, with a STAGING filter available
When and by whomTimestamp and the person who deployed

Filter the list by All, Ready, Deploying, or Error.

Logs

One entry per HTTP request that reached the app. Each entry shows the time, the response status, the type (HTTP), the method and path, the duration, and who initiated it.

Search the log by route, trace ID, or actor, and filter by time range, actor, or whether the request errored.

Execution traces

Clicking a log entry opens the execution trace for that single request. The header of the trace carries the identifiers you need to correlate with anything else:

FieldUse
TriggerWhat started the execution
EnvironmentWhich environment ran it
Trace IDCorrelates this request across systems
Execution IDIdentifies this one run
Deployment IDTies the run to the exact deployed version
Initiated byThe person or system that made the request

Below that is the operations tree, a span-by-span breakdown of what the execution did:

  • Calls to third-party services, with timings.
  • Which authentication each call used.
  • Key-value operations, with timings.

The trace also shows the request and response payloads for that execution.

Organization settings

Open the user menu and choose Organization settings. It has three tabs:

TabContents
MembersEveryone in the organization: name, email, role (Admin or Contributor), status, and how many workspaces they belong to
WorkspacesThe workspaces you belong to
Other workspacesWorkspaces in the organization that you are not a member of

The Members tab is where you check role assignments. Every role change is recorded in the activity trail.

Loading search…

Jump to a section

tab to move · esc to close