create_workspace
Create a workspace to isolate resources, API keys, and team members. Automatically generates a URL-friendly slug from the name if not provided.
Instructions
Create a workspace to isolate resources, API keys, and team members. If slug is omitted it is auto-generated from the name; returns the new workspace id, name, and slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the workspace | |
| slug | No | URL-friendly slug (auto-generated if not provided) | |
| description | No | Description of the workspace | |
| is_default | No | Set as default workspace (1 = yes, 0 = no) | |
| metadata | No | Custom metadata key-value pairs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |