# CubeStack ## Docs - [API Authentication](https://docs.cubestack.app/api/authentication.md): How to authenticate requests to the CubeStack API. - [Auth Endpoints](https://docs.cubestack.app/api/endpoints/auth.md): Authentication-related API endpoints. - [Cubes](https://docs.cubestack.app/api/endpoints/cubes.md): API endpoints for managing cubes. - [Records](https://docs.cubestack.app/api/endpoints/records.md): API endpoints for CRUD operations on records. - [Uploads](https://docs.cubestack.app/api/endpoints/uploads.md): API endpoints for file and image uploads. - [Users](https://docs.cubestack.app/api/endpoints/users.md): API endpoints for user management. - [Webhooks](https://docs.cubestack.app/api/endpoints/webhooks.md): API endpoints for managing webhooks. - [Workspaces](https://docs.cubestack.app/api/endpoints/workspaces.md): API endpoints for managing workspaces. - [Errors](https://docs.cubestack.app/api/errors.md): Understanding CubeStack API error responses. - [API Overview](https://docs.cubestack.app/api/overview.md): Overview of the CubeStack REST API. - [Rate Limits](https://docs.cubestack.app/api/rate-limits.md): Understanding CubeStack API rate limits. - [Cubes](https://docs.cubestack.app/core-concepts/cubes.md): Learn about cubes — the core data structure in CubeStack. - [Data Sources](https://docs.cubestack.app/core-concepts/data-sources.md): Learn about data sources and how data flows into CubeStack. - [Permissions](https://docs.cubestack.app/core-concepts/permissions.md): Control access to your CubeStack data with permissions. - [Pipelines](https://docs.cubestack.app/core-concepts/pipelines.md): Automate data workflows with CubeStack pipelines. - [Workspaces](https://docs.cubestack.app/core-concepts/workspaces.md): Understand how workspaces organize your projects in CubeStack. - [Authentication](https://docs.cubestack.app/getting-started/authentication.md): Learn how to authenticate your API requests to CubeStack. - [First Request](https://docs.cubestack.app/getting-started/first-request.md): Make your first API request to CubeStack. - [Overview](https://docs.cubestack.app/getting-started/overview.md): Learn what CubeStack is and how it can help you manage your data. - [Quickstart](https://docs.cubestack.app/getting-started/quickstart.md): Get started with CubeStack in under 5 minutes. - [Connect Your Frontend](https://docs.cubestack.app/guides/connect-frontend.md): Fetch CubeStack data from your frontend application. - [Create Your First Cube](https://docs.cubestack.app/guides/create-your-first-cube.md): Step-by-step guide to creating your first cube in CubeStack. - [Handle Errors](https://docs.cubestack.app/guides/handle-errors.md): Learn how to properly handle API errors in your application. - [Production Checklist](https://docs.cubestack.app/guides/production-checklist.md): Checklist for deploying your CubeStack integration to production. - [Secure API Usage](https://docs.cubestack.app/guides/secure-api-usage.md): Best practices for securely using the CubeStack API. - [Upload Data](https://docs.cubestack.app/guides/upload-data.md): Learn how to bulk upload data to CubeStack. - [C# SDK](https://docs.cubestack.app/sdk/csharp.md): Use CubeStack with C# and .NET. - [cURL Examples](https://docs.cubestack.app/sdk/curl.md): Use the CubeStack API with cURL. - [JavaScript SDK](https://docs.cubestack.app/sdk/javascript.md): Use CubeStack with JavaScript and TypeScript. - [Python SDK](https://docs.cubestack.app/sdk/python.md): Use CubeStack with Python. ## OpenAPI Specs - [openapi](https://docs.cubestack.app/api-reference/openapi.json)