memory
Create or update a memory entry (upsert by scope, type, label)
put/api/v1/memories
Request body
contentstring required
Full content of the memory entry
descriptionstring required
Short summary shown in the memory index
labelstring required
Slug label, e.g. 'crm-field-schema'. Unique per (scope, type).
scope'user' | 'org' required
Whether the entry is org-shared or personal
type'instruction' | 'schema' | 'skill' | 'memory' required
Kind of memory
Response
contentstring required
Full content of the memory entry
descriptionstring required
Short summary shown in the memory index
idstring uuid required
Unique identifier of the memory entry
labelstring required
Slug label of the memory entry
scope'user' | 'org' required
Whether the entry is org-shared or personal
type'instruction' | 'schema' | 'skill' | 'memory' required
Kind of memory