API ReferenceWorkspaces
Create Workspace
Create a workspace to organize your traces and experiments.
Workspaces let you separate projects, teams, or environments. You become the owner and can invite others to collaborate. Your billing account is automatically attached.
Request Body
application/json
name*string
Workspace name
Length
1 <= length <= 255slug*string
URL-safe workspace slug
Length
1 <= length <= 100Response Body
application/json
application/json
curl -X POST "https://loading/v1/workspaces" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "slug": "string" }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
"member_count": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}