Claude Platform Docs

Espacios de trabajo

Listar workspaces
GET/v1/organizations/workspaces
Crear workspace
POST/v1/organizations/workspaces
Obtener workspace
GET/v1/organizations/workspaces/{workspace_id}
Actualizar workspace
POST/v1/organizations/workspaces/{workspace_id}
Archivar workspace
POST/v1/organizations/workspaces/{workspace_id}/archive
Models
BetaAllowedInferenceGeo = "global" or "us"
One of the following:
"global"
"us"
BetaDataResidency object{ allowed_inference_geos, default_inference_geo, workspace_geo }
allowed_inference_geos: array of string or "unrestricted"

Permitted inference geo values. 'unrestricted' means all geos are allowed.

One of the following:
Geos = array of string
Unrestricted = "unrestricted"
default_inference_geo: string

Default inference geo applied when requests omit the parameter.

workspace_geo: string

Geographic region for workspace data storage. Immutable after creation.

BetaDataResidencyCreateConfig object{ allowed_inference_geos, default_inference_geo, workspace_geo }
allowed_inference_geos: optional array of BetaAllowedInferenceGeo or "unrestricted" or null

Permitted inference geo values. Defaults to 'unrestricted' if omitted, which allows all geos. Use the string 'unrestricted' to allow all geos, or a list of specific geos.

One of the following:
Geos = array of BetaAllowedInferenceGeo
One of the following:
"global"
"us"
Unrestricted = "unrestricted"
default_inference_geo: optional "global" or "us" or null

Default inference geo applied when requests omit the parameter. Defaults to 'global' if omitted. Must be a member of allowed_inference_geos unless allowed_inference_geos is "unrestricted".

One of the following:
"global"
"us"
workspace_geo: optional "us" or null

Geographic region for workspace data storage. Immutable after creation. Defaults to 'us' if omitted.

BetaDataResidencyUpdateConfig object{ allowed_inference_geos, default_inference_geo }
allowed_inference_geos: optional array of BetaAllowedInferenceGeo or "unrestricted" or null

Permitted inference geo values. Use 'unrestricted' to allow all geos, or a list of specific geos.

One of the following:
Geos = array of BetaAllowedInferenceGeo
One of the following:
"global"
"us"
Unrestricted = "unrestricted"
default_inference_geo: optional "global" or "us" or null

Default inference geo applied when requests omit the parameter. Must be a member of allowed_inference_geos unless allowed_inference_geos is "unrestricted".

One of the following:
"global"
"us"
BetaNoBillingWorkspaceRole = "workspace_admin" or "workspace_developer" or "workspace_restricted_developer" or "workspace_user"
One of the following:
"workspace_admin"
"workspace_developer"
"workspace_restricted_developer"
"workspace_user"
BetaWorkspace object{ id, archived_at, compartment_id, 7 more }
BetaWorkspaceMember object{ type, user_id, workspace_id, workspace_role }
type: "workspace_member"

Object type.

For Workspace Members, this is always "workspace_member".

defaultworkspace_member
user_id: string

ID of the User.

workspace_id: string

ID of the Workspace.

workspace_role: BetaWorkspaceRole

Role of the Workspace Member.

One of the following:
"workspace_admin"
"workspace_billing"
"workspace_developer"
"workspace_restricted_developer"
"workspace_user"
BetaWorkspaceRole = "workspace_admin" or "workspace_billing" or "workspace_developer" or 2 more
One of the following:
"workspace_admin"
"workspace_billing"
"workspace_developer"
"workspace_restricted_developer"
"workspace_user"

Espacios de trabajoLímites de velocidad

Listar límites de velocidad de un workspace
GET/v1/organizations/workspaces/{workspace_id}/rate_limits

Espacios de trabajoMiembros

Listar miembros de workspace
GET/v1/organizations/workspaces/{workspace_id}/members
Crear miembro de workspace
POST/v1/organizations/workspaces/{workspace_id}/members
Obtener miembro de workspace
GET/v1/organizations/workspaces/{workspace_id}/members/{user_id}
Actualizar miembro de workspace
POST/v1/organizations/workspaces/{workspace_id}/members/{user_id}
Eliminar miembro de workspace
DELETE/v1/organizations/workspaces/{workspace_id}/members/{user_id}

Espacios de trabajoCuentas de servicio

Listar miembros de workspace de cuentas de servicio
GET/v1/organizations/workspaces/{workspace_id}/service_accounts
Crear miembro de workspace de cuenta de servicio
POST/v1/organizations/workspaces/{workspace_id}/service_accounts
Obtener miembro de workspace de cuenta de servicio
GET/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
Actualizar miembro de workspace de cuenta de servicio
POST/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
Eliminar miembro de workspace de cuenta de servicio
DELETE/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}