create_workspace
Create a new workspace in an organization. The slug is auto-generated from the title and de-duplicated within the org.
Instructions
Create a new workspace inside an organization. Returns the new workspace row. The slug is auto-generated from the title and de-duplicated within the org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | ||
| title | Yes | ||
| description | No | ||
| icon | No | Optional emoji or icon token. | |
| slug | No | Optional. Auto-generated from title if omitted. |