docs-mintlify/api-reference/introduction.mdx
Programmatically manage your Cube Cloud account: work with deployments and the resources scoped to them (environments, folders, reports, and workbooks) over a REST API, and provision users and groups from your identity provider via SCIM 2.0.
Both APIs are served from your Cube Cloud tenant host under /api:
https://<tenant>.cubecloud.dev/api
Endpoints live under two namespaces:
/api/v1/… — the REST management API (deployments and nested resources)/api/scim/v2/… — the SCIM 2.0 user and group provisioning APIOnly HTTPS calls are accepted. Authenticate every request — see Authentication.
| Entity | Resource | Version |
|---|---|---|
| Deployments | /v1/deployments | v1 |
| Environments | /v1/deployments/{deploymentId}/environments | v1 |
| Folders | /v1/deployments/{deploymentId}/folders | v1 |
| Reports | /v1/deployments/{deploymentId}/reports | v1 |
| Workbooks | /v1/deployments/{deploymentId}/workbooks | v1 |
| Users | /scim/v2/Users | SCIM 2.0 |
| Groups | /scim/v2/Groups | SCIM 2.0 |