Create Your First Cube
This guide walks you through creating a cube, defining columns, and adding your first records.Step 1: Navigate to Your Project
Open the admin panel and select your project. If you don’t have a project yet, create one from the workspace dashboard.Step 2: Create the Cube
- Click New Cube
- Enter a name (e.g., “Products”)
- The slug is auto-generated (e.g.,
products) - Click Create
Step 3: Define Columns
Add columns to define your data schema:| Column | Type | Required | Public |
|---|---|---|---|
name | Text | Yes | Yes |
price | Number | Yes | Yes |
description | Rich Text | No | Yes |
image | Image | No | Yes |
internal_notes | Text | No | No |
Step 4: Add Records
Click New Record and fill in the fields. Your data is immediately available via the API.Step 5: Test the API
Next Steps
- Upload Data — Bulk import data
- Connect Frontend — Use the API in your app