Create Workspace
POST https://api.repoflow.io/1/workspaces
Create a new workspace with optional limits on packages, bandwidth, and storage.
Allowed Role: System Admin • Authentication Required
Body
namestringRequired
Workspace name.
packageLimitnumber | nullOptional
Maximum packages allowed (null for no limit).
bandwidthLimitnumber | nullOptional
Bandwidth limit in bytes (null for no limit).
storageLimitnumber | nullOptional
Storage limit in bytes (null for no limit).
aiUsageLimitnumber | nullOptional
AI usage limit (null for no limit).
commentsstringOptional
Optional notes about the workspace (max 50 characters).