create_client_space
Create a client space to reserve a permanent address before any content is published. Use when setting up a client ahead of work; existing spaces are reused.
Instructions
Create a client space before anything is published into it. Rarely needed: publish_html with a client argument auto-creates the space under the same casing and slug rules, so use this only when the user is setting a client up ahead of the work. Idempotent with that auto-create — an existing space matching the name or slug, in any casing, comes back instead of a duplicate. The returned slug is the space’s permanent address segment; a later rename changes the display name only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name, e.g. "Acme Co". Casing is kept for display; identity is case-insensitive. |