Create a client workspace
create_clientCreate a new client workspace (the shared space that holds a client's projects, tasks, context and team) in one of your organizations. Only owners and admins of the organization may call this. Call whoami or list_projects first to check whether the workspace already exists — by default an existing workspace with the same name is returned instead of a duplicate. Plan limits apply: if the organization is at its client limit the call is rejected and an owner must upgrade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client/workspace name, e.g. 'Bowen eBikes'. | |
| reuse | No | Default true. Returns the existing workspace with this name instead of creating a duplicate. | |
| description | No | Optional one-liner about the client — status, tags like [PROSPECT], or key context. | |
| organization | No | Organization name or slug. Defaults to your active organization when you belong to only one. |