Trigger a bulk import of workspaces from a platform repository. Clones/pulls the repository once, then imports each workspace in dependency order (topological sort on .import.yml dependsOn). Workspaces already at the current version are skipped.
Documentation Index
Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
HTTP timeout in seconds (default 15s). If the import exceeds this, the response returns {processing: true} and the result is emitted as a workspaces.bulkImport.completed event.
Filter workspaces by group names. Only workspaces whose .import.yml groups field includes at least one of these values will be imported. Takes precedence over group when both are provided.
When true, forces re-import of all workspaces regardless of version. By default, workspaces whose lastPull.version already matches the repository version are skipped.