default. It’s not special — it can be renamed or deleted like any
other workspace.
Workspaces have to be specified
Every API request that creates, lists, or operates on workspace-scoped resources targets a workspace. Not all resources are workspace-scoped — see resource paths for which resources live at which scope.- Creating resources: include
"workspace"in the request body - Listing resources: pass
?workspace=as a query parameter - Getting a single resource: use a resource path or an ID
Set your active workspace
If you haven’t set an active workspace, the CLI falls back todefault. Set one with
sf workspaces use <name>. Override per-command with --workspace <name>.