Skip to main content
POST
Import memories agents already saved on disk

Headers

X-Memloom-Owner
string<uuid>

The owner this request acts for. Applies to every owner-scoped endpoint, reads as well as writes. Omit it and the daemon's own default owner answers (see GET /health), which is what a single-owner install has always used. A value that is not a uuid is refused with 400 rather than coerced.

Body

application/json
agents
string[]

Only these agents (claude-code, copilot). Default both.

project
string

Only Claude Code projects whose folder name contains this substring.

dryRun
boolean

List folders and counts; no provider calls, no writes.

force
boolean

Re-import everything, ignoring the content-hash ledger.

Response

NDJSON progress stream ending with a done (or error) event.