Authentication
CubeStack supports two access modes: public access and API key authentication.Public Access
If a cube has public access enabled, you can fetch records without authentication. Public access only exposes fields explicitly marked as public.API Key Authentication
For full access to your data, use an API key. Pass it in theX-Api-Key header:
Getting Your API Key
- Navigate to your project in the admin panel
- Go to Settings > API Keys
- Click Generate New Key
- Copy and store the key securely — it won’t be shown again
Access Levels
| Access Mode | Read | Write | Columns Available |
|---|---|---|---|
| Public (no key) | Yes | No | Public fields only |
| API Key | Yes | Yes | All fields |
Next Steps
First Request
Make your first authenticated API request