akb_import
Import a knowledge bundle into a vault from a {path: content} map, supporting 'okf' format. Existing paths are skipped, preventing overwrites.
Instructions
Import a knowledge bundle into a vault. Pass files as a {path: content} map (the shape akb_export returns). format selects the bundle format — currently 'okf'. Concept documents are imported as AKB documents; a type: table/file concept doc (which carries only schema/metadata, not rows/bytes) imports as a regular document describing that asset. Existing paths are skipped, not overwritten. Writer role required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Bundle as a {bundle-relative-path: markdown-content} map. | |
| vault | Yes | Target vault | |
| format | No | Bundle format. Currently only 'okf'. | okf |
| status | No | Optional: override status for every imported document. |