v2
latestOpenAPI 3.1.02026-07-262937191.0 MBbeta.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"
}
}