The Workspace Object
Workspaces are the top-level organizational unit in Scute. Each workspace can contain multiple apps and has its own members with different roles.Attributes
string
required
Unique identifier for the workspaceExample:
ws_123string
required
Workspace nameExample:
Acme Corpstring
URL-friendly workspace identifierExample:
acme-corpboolean
required
Whether this is a personal workspace (automatically created for each user)Example:
falseobject
Current user’s membership information in this workspace
object
required
Workspace configuration settingsExample:
{ "onboarding": { "fullName": true, "companyName": false } }boolean
required
Whether the workspace has a pro subscriptionExample:
falseboolean
required
Whether public signup is enabled for this workspace’s appsExample:
falsestring
required
Level of user information required during signup. Can be
none, email, or fullExample: emailstring
URL to the workspace logo imageExample:
https://example.com/logo.pngstring
required
ISO 8601 timestamp when the workspace was created
string
required
ISO 8601 timestamp when the workspace was last updated