Quickstart
Follow these steps to create your first cube and make your first API request.Prerequisites
- A CubeStack account
- An API key (see Authentication)
Step 1: Create a Workspace
Log in to the CubeStack admin panel and create a new workspace. Workspaces help you organize related projects.Step 2: Create a Cube
Inside your workspace, create a new cube. A cube is a structured data table with typed columns.- Click New Cube
- Give it a name (e.g.,
blog-posts) - Add columns — for example:
title(Text)content(Rich Text)published(Boolean)cover_image(Image)
Step 3: Add Records
Add a few records through the admin interface to populate your cube with data.Step 4: Fetch Data
Use the API to retrieve your records:Next Steps
- Authentication — Learn about API keys and public access
- First Request — Deep dive into making API calls