platform_import_export
Export projects with full file maps and manifests, or import from files, folders, or data. Preview imports to see changes before applying.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Import and export projects. Actions: export_preview (metadata preview), export (full project export as file map + manifest), import_preview (dry-run import showing changes), import (apply import). Import actions accept data.files, files, or a local folder/.zip path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Import data (for import_preview, import) | |
| path | No | Local project folder or .zip path to import/preview. Alternative to data.files. | |
| files | No | Relative path -> UTF-8 file content map. Alternative to path or data.files. | |
| action | Yes | ||
| confirm | No | Set to true to confirm destructive operations (import) | |
| projectId | Yes | Project ID | |
| previewDigest | No | Import preview digest to acknowledge before import/apply. | |
| acknowledgedIssueIds | No | Non-blocking import issue IDs acknowledged by the caller. | |
| includeVersionHistory | No | When true, include agent version history in the export. | |
| autoAcknowledgeNonBlocking | No | When true, import/apply runs preview first and acknowledges all non-blocking issues if there are no blocking issues. Defaults to true when confirm is true and no acknowledgement fields were supplied. |