Skip to main content
Tutorial
For the complete documentation index optimized for AI agents, see llms.txt.
Use the Helix Cloud dashboard to organize databases into workspaces and projects, choose a managed plan, and create API keys.
1

Sign in

Open the Helix Cloud dashboard and select GitHub Login. When prompted, enter the one-time verification code from the email sent by WorkOS.
Helix Cloud login page with the GitHub Login button
2

Create a workspace

Enter a workspace name, select the region for future dedicated clusters, and select Create Workspace.
New workspaces currently support only the us-east-1 region.
Create a Workspace form with workspace name and region fields
3

Create a project

Select Create Project, then give the project a name. Projects group the databases and dedicated clusters for an application or environment.
Helix Cloud project list with the Create Project action
4

Start creating a database

Open the project and select Create Database.
Empty project with options to create a database or deploy a dedicated cluster
5

Choose a name and plan

Keep Database selected, enter a database name, choose a monthly plan, and select Create Database. The plan determines the included read and write query allowance.
Create Database form with database name and monthly plan options
6

Copy the connection details

Wait for the database status to become Active, then open it. In Connect, copy the endpoint and database ID. In API Keys, create a key or use an existing one and copy its value when it is shown.
Active database details page with endpoint, database ID, API keys, and query insights

Test the connection

Set the three values copied from the database page, then send this read-only query. It counts User nodes, so it also succeeds on a new database with a count of 0.
Keep API keys in a secrets manager or environment variable. Do not commit them to source control.

Next steps

Helix Cloud overview

Connect from an SDK and understand Cloud request routing.

Security

Review authentication, encryption, and API key handling.

TypeScript SDK setup

Install the SDK and connect a Node.js application.

Query walkthrough

Build and run a query step by step.