Overview
Thecreate_workspace_in_organization function creates a new workspace within an organization.
Function Signature
Parameters
The unique identifier of the organization where the workspace will be created
The workspace data for creation including:
name: Workspace name (required)slug: URL-friendly identifier (optional)description: Workspace description (optional)
Return Value
ReturnsResult<Workspace> containing the created workspace details.
Basic Usage
Error Handling
Rate Limits
- Create operations: 20 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_workspaces - List all workspaces
- fetch_workspace - Get workspace by ID
- update_workspace - Update workspace details
- delete_workspace - Delete workspace
