Create a brand-new Rootr workspace from a scaffold tree
rootr_create_workspaceCreate a new Rootr workspace with a pre-populated document tree including databases, spreadsheets, forms, and issue trackers based on a scaffold plan and user answers.
Instructions
Create an entirely new Rootr (루터) workspace pre-populated with the given document tree. REQUIRES an account key (PAT) with the workspaces:create scope — a workspace-scoped key cannot do this. PRECONDITION: call rootr_scaffold_plan first and ask the user its 3-10 clarifying questions; design the tree from their answers. Build a real tool, not a pile of thin markdown files: mix DATABASE (board/timeline views, seed rows), SPREADSHEET (formulas), FORM, ISSUE_TRACKER and rich multi-section DOCUMENTs where they fit, and set an emoji icon on folders/databases/key documents. The tree shape follows the scaffold schema in llms.txt (max 200 nodes). AFTER creating: if your runtime can receive HTTP callbacks, offer the user to register a webhook on the new tree (rootr_create_webhook with scopeNodeId) so changes flow back to you — skip your own actorId to avoid self-triggering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new workspace | |
| tree | Yes | Scaffold tree — an ARRAY of node objects to populate the new workspace with (see llms.txt tree schema) | |
| intent | No | Original natural-language intent, for reference/regeneration |