pull_workspace
Download a Workspace from Prisme.ai and extract it locally, overwriting existing files. Specify the workspace name and target directory to sync your local environment.
Instructions
Download the current workspace from Prisme.ai and extract it to a local directory. This will overwrite existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local directory path to extract workspace to (e.g., "." for current directory) | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |