CSA LoomCSA Loom
Home
Ctrl K
Sign in
HomeWorkspacesBrowse
Lakehouse catalogSearchMarketplaceData productsConnectionsGovernance
Real-Time IntelligenceData ScienceOrchestration (Warp)Estate builderAgent MeshDeveloper
DeploymentWorkload hubScheduler
LineageAssetsMonitorReportsCopilot
  1. Home
  2. Developer

Everything you need to automate Loom — REST API, tokens, CLI, Terraform, and SCIM provisioning.
The Loom API is the console's own backend — every button in the product maps to a REST call you can make yourself. Start with the API reference, mint a scoped token, then drive Loom from CI, the CLI, Terraform, or your own SDK.

API reference

OpenAPI 3.1
Browse the full REST contract for workspaces, items, catalog, and lineage. Copy-ready cURL for every route, backed by the live /api/openapi.json.Open →

API tokens

Bearer auth
Create scoped, revocable tokens (read-only / read-write / admin) for CI, scripts, and Terraform — no browser session required.Open →

loom CLI

The file-system-inspired command line: loom auth login, loom workspace, loom item — every call rides the same REST surface.Open →

Terraform module

restapi provider
Provision Loom workspaces + items as code. A documented module + a working example that creates a workspace and a lakehouse via the API.Open →

SCIM provisioning

SCIM 2.0
Provision users + groups from your identity provider (Entra) at /api/scim/v2. Bearer-token auth, real persistence, RFC 7643/7644 shapes.Open →

SDKs

Roadmap
Thin TypeScript + Python clients over the BFF surface. Generate one today from the OpenAPI spec; first-party packages are on the roadmap.Open →