latestOpenAPI 3.1.02026-08-142887561.0 MB
61436a496404
beta.admin.workspaces
Create Workspace
Create a Workspace.
post/v1/admin/workspaces
Request body
Example request
{
"name": "Product Team",
"description": "Workspace for product and design teams",
"icon": "★"
}Response
OK
Example response
{
"name": "Product Team",
"description": "Workspace for product and design teams",
"icon": "★",
"spend_limit": {
"currency": "USD"
}
}