Create Workspace Blueprint
create_workspace_blueprintOrganize your AFFiNE workspace by creating a folder blueprint with a root folder and optional subfolders.
Instructions
Create a simple AFFiNE organize folder blueprint with one root folder and optional child folders. This is a convenience wrapper around create_folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | AFFiNE workspace id. Omit only when AFFINE_WORKSPACE_ID is configured. | |
| rootFolderName | Yes | Root folder name | |
| childFolderNames | No | Optional child folder names to seed under the root folder. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ||
| childFolders | Yes | ||
| rootFolderId | Yes | ||
| storageDocId | Yes | ||
| rootFolderName | Yes | ||
| childFolderCount | Yes |