Skip to main content
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.

Base URL

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 API
Only HTTPS calls are accepted. Authenticate every request — see Authentication.

Available endpoints

EntityResourceVersion
Deployments/v1/deploymentsv1
Environments/v1/deployments/{deploymentId}/environmentsv1
Folders/v1/deployments/{deploymentId}/foldersv1
Reports/v1/deployments/{deploymentId}/reportsv1
Workbooks/v1/deployments/{deploymentId}/workbooksv1
Users/scim/v2/UsersSCIM 2.0
Groups/scim/v2/GroupsSCIM 2.0