workspace
Manage workspaces for AI assistants by listing, creating, linking folders, configuring sync settings, and controlling team access to maintain persistent memory across tools.
Instructions
Workspace management. Actions: list, get, associate (link folder to workspace), bootstrap (create workspace and initialize), team_members (list members with access - team plans only), index_settings (get/update multi-machine sync settings - admin only).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace_id | No | Workspace ID (UUID). | |
| folder_path | No | Absolute path to the local folder. | |
| workspace_name | No | Input parameter: workspace name. | |
| create_parent_mapping | No | Input parameter: create parent mapping. | |
| generate_editor_rules | No | Input parameter: generate editor rules. | |
| description | No | Short description. | |
| visibility | No | Input parameter: visibility. | |
| auto_index | No | Automatically index on creation. | |
| context_hint | No | User message used to fetch relevant context. | |
| branch_policy | No | Which branch takes priority: default_branch_wins (default), newest_wins, feature_branch_wins | |
| conflict_resolution | No | How to resolve conflicts: newest_timestamp (default), default_branch, manual | |
| allowed_machines | No | List of allowed machine IDs (empty = all allowed) | |
| auto_sync_enabled | No | Whether to auto-sync from all machines (default: true) | |
| max_machines | No | Maximum machines allowed to index (0 = unlimited) | |
| page | No | Page number for pagination. | |
| page_size | No | Results per page. |