Org-KB bulk import
Try the org-KB Import wizard end-to-end — install the starter pack to create the domains, then import a CSV of tabular rows (mapped directly) or a ZIP of documents (LLM-condensed).
These sample files let you try the Import feature end-to-end. There are two import kinds, and the wizard picks the right one from the file you upload — see the full guide at Authoring → Org KB → Importing existing data.
Prerequisite — install the org-KB starter pack
Import writes into an existing domain, so you need one first. The Org KB Starter
pack creates three ready-to-use org-KB domains — contracts, learnings, and
incidents — including the Contract object type the CSV below maps into.
Download: org-kb-starter.scrydon-pack.tar.gz (or the version-pinned 1.0.0 build).
Install the pack
Download the pack above, then go to Settings → Platform → Packs → Catalog → Upload pack,
select the file, and click Install. The contracts, learnings, and incidents
domains then appear under Settings → Organization → Knowledgebase → Domains.
Import data into a domain
Open the Imports tab and click Import data…. Pick a domain + object type, upload the CSV or ZIP below, map columns (CSV only), and run.
CSV — tabular rows, mapped directly (no LLM)
Each CSV row becomes one row in the domain's managed table. Pick domain contracts
and object type Contract. In the wizard's Map columns step you match columns
to the object type's fields and mark the identity column(s) — re-importing the same
identity updates the row instead of duplicating it.
Download: contracts.csv — 5 rows (counterparty, title, effectiveDate, summary). Map counterparty → Counterparty (identity) and the rest to their matching fields.
counterparty,title,effectiveDate,summary
ACME Corp,ACME Corp Master Services Agreement,2025-09-01,"Platform MSA; renews 2026-09-01; annual value $48,000; owner jdoe@example.com."
Globex,Globex Statement of Work,2025-11-15,"Integration delivery SOW; renews 2026-11-15; annual value $120,000; owner jane@example.com."
Initech,Initech Support Contract,2026-01-31,"Support and maintenance; status pending; annual value $18,500; owner sam@example.com."
Umbrella Health,Umbrella Health Data Processing Agreement,2025-07-20,"Health-data DPA; renews 2026-07-20; annual value $76,000; owner lee@example.com."
Soylent Foods,Soylent Foods Supply Agreement,2025-12-05,"Supply agreement; expired; annual value $30,000; owner kim@example.com."The starter pack's Contract object type declares title, counterparty,
effectiveDate, and summary, so every column maps 1:1. Mark counterparty as the
identity column.
ZIP — documents, condensed by the LLM
Zip these two sample documents together and upload the .zip to a learnings domain
(pick learnings, object type Project Learning). The platform ingests each file
and condenses them into deduplicated learnings.
Download: acme-contract.md · globex-sow.md
CSV imports incur no LLM cost and are exact and idempotent. ZIP imports are metered as LLM usage. Pick CSV when your data is already tabular; pick ZIP when the knowledge lives inside documents.