Tutorial
For the complete documentation index optimized for AI agents, see llms.txt.Use Helix Cloud to create a workspace, choose a monthly plan shared by its databases, provision a database, 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.

2
Create a workspace and choose a plan
Enter a workspace name, choose a monthly plan, and select Create
workspace. The plan’s read and write allowances are shared by every
database in the workspace. You can change the plan later from Billing.

3
Create a database
Enter a database name and select Create Database. Helix Cloud generates
its URL slug. The database has isolated data and uses the workspace’s shared
monthly allowance.

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

Test the connection
Set the three values copied from the database page, then count the database’s nodes. A successful response, such as{"node_count":0}, confirms the connection.
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.