Memory

Create or replace a memory document

Create or replace a curated project memory document. Embeds on success.

put/memory

Request body

projectIdstring uuid

Project that owns the document. Auto-filled from CLI and SDK context when omitted.

pathstring required

Relative path for the curated document.

bodystring required

Document body stored in project memory.

kind'note' | 'runbook'

Curated document kind. Only note and runbook may be written through the API.

titlestring

Optional display title. Defaults to the path basename.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.