create-space
Create a new space to organize charts and dashboards into logical groups. Use private spaces to restrict access to sensitive data.
Instructions
Create a new space (folder) to organize charts and dashboards.
Spaces help organize content by:
Team (e.g., "Marketing Analytics", "Finance")
Product area (e.g., "User Growth", "Revenue")
Development stage (e.g., "Production Dashboards", "Development")
When to use:
Before creating charts that belong to a new category
To organize existing content into logical groups
To set up restricted areas for sensitive data (use is_private=true)
Best practices:
Use descriptive names that indicate content purpose
Create private spaces for sensitive or work-in-progress content
Get the space UUID from the response to use when creating charts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the space. Should be descriptive and indicate the type of content it will contain. | |
| is_private | No | Whether the space is private (restricted access). Default: false (public space visible to all users) |