Create a team workspace
dropthis_create_workspaceCreate a new team workspace as owner; requires team-scoped credentials and returns the workspace's id and slug.
Instructions
Create a new team workspace (you become its owner). Requires a team-scoped credential (ADR-0068: workspaces:write) — a publish-only key cannot create teams. Returns the new workspace's id and slug; switching the active workspace to it is separate (dropthis_use_workspace). Use dropthis_workspaces to see the teams you already belong to. If creatorCanReach comes back false, the credential created the team outside its allowlist and will be denied on the next write — re-authenticate to obtain a credential that reaches it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The team's display name. | |
| slug | No | URL-safe slug; derived from the name when omitted. A clash on an explicit slug → 409. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | ||
| name | No | ||
| plan | No | ||
| role | No | ||
| slug | No | ||
| isActive | No | ||
| creatorCanReach | No |