Workspaces
Workspaces provide isolated environments for organizing predictions and pipeline runs across teams, projects, or customers. Each workspace has independent data retention settings and can be associated with workspace API keys.
Create a workspace
List workspaces
Get a workspace
Update a workspace
Archive a workspace
Get a workspace spending limit
Set a workspace spending limit
ModelsExpand Collapse
WorkspaceRetrieveSpendingLimitResponse object { accrued_usage, limit, type } Configured lifetime workspace spending limit, or null if unset. Unset workspaces have no workspace-level cap and continue to use organization-level billing.
Configured lifetime workspace spending limit, or null if unset. Unset workspaces have no workspace-level cap and continue to use organization-level billing.
accrued_usage: object { amount, currency }
Workspace spending limit amount in milli-USD. Tracking starts when the limit is configured; prior or already-committed unreserved work is not counted in this workspace cap ledger. An amount of 9007199254740991 (2^53 - 1) is the unlimited sentinel: usage is tracked but never blocked, and amounts at or above half the sentinel are normalized to it.
limit: object { amount, currency }
Workspace spending limit amount in milli-USD. Tracking starts when the limit is configured; prior or already-committed unreserved work is not counted in this workspace cap ledger. An amount of 9007199254740991 (2^53 - 1) is the unlimited sentinel: usage is tracked but never blocked, and amounts at or above half the sentinel are normalized to it.
WorkspaceSetSpendingLimitResponse object { accrued_usage, limit, type } Configured lifetime workspace spending limit, or null if unset. Unset workspaces have no workspace-level cap and continue to use organization-level billing.
Configured lifetime workspace spending limit, or null if unset. Unset workspaces have no workspace-level cap and continue to use organization-level billing.
accrued_usage: object { amount, currency }
Workspace spending limit amount in milli-USD. Tracking starts when the limit is configured; prior or already-committed unreserved work is not counted in this workspace cap ledger. An amount of 9007199254740991 (2^53 - 1) is the unlimited sentinel: usage is tracked but never blocked, and amounts at or above half the sentinel are normalized to it.
limit: object { amount, currency }
Workspace spending limit amount in milli-USD. Tracking starts when the limit is configured; prior or already-committed unreserved work is not counted in this workspace cap ledger. An amount of 9007199254740991 (2^53 - 1) is the unlimited sentinel: usage is tracked but never blocked, and amounts at or above half the sentinel are normalized to it.