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
Workspace name. Must be unique within your account.
Optional URL of an icon for the workspace.
Workspace status:
active or inactive.Response
Unique workspace identifier.
Workspace name.
Owner user ID.
Workspace status.
Icon URL, if set.
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