Create space
The Confluence create space action creates a new Confluence space. This is a write action that creates a space using the space key, name, and optional description you provide. Space keys must be unique.
Prerequisites
- Glean action must be enabled for your instance and the Confluence action pack must be available.
- The connected account must have permission to create spaces in the target Confluence instance.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Space key | String | Unique identifier for the space in Confluence. Must be unique across all spaces. |
| Name | String | Display name for the new space. |
| Description → plain → representation | String | Representation format of the description. Must be 'plain'. |
| Description → plain → value | String | The plain text description of the space. Example: "This space is used for project documentation." |
| Metadata | Object | Optional provider-specific metadata for the space. |
| Type | String | Type of space (e.g., personal, global). |
Usage examples
-
"Create a new Confluence space called 'Product Launch 2024' with the key PROD2024."
-
"Set up a new space for our Engineering Team with space key ENGTEAM."
-
"Create a Confluence space named 'Marketing Resources' with key MKTRES."