Workspaces
Create workspace
Create a new workspace to organize computers.
POST
Create workspace
Creates a new workspace to organize your computers.
Workspaces are containers for computers. Use them to separate different projects, environments, or teams.
Request
string
required
Workspace name. Must be unique within your account.
string
Optional URL of an icon for the workspace.
string
default:"active"
Workspace status:
active or inactive.Response
string
Unique workspace identifier.
string
Workspace name.
string
Owner user ID.
string
Workspace status.
string
Icon URL, if set.
string
ISO 8601 timestamp.
Example
Response
Errors
400- Name is empty, or a workspace with this name already exists
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Body
application/json
Response
Workspace created
Unique workspace identifier
Example:
"550e8400-e29b-41d4-a716-446655440000"
Workspace name
Example:
"production"
Owner user ID
Available options:
active, inactive Example:
"active"
Optional icon URL
Create workspace