Inserting memory is how your app writes durable knowledge into Neocortex. This is an upsert operation: if the same identity already exists, it updates; otherwise it creates.
When to Use This
Persist user preferences and profile facts
Save conversation outcomes and action items
Backfill historical memory with timestamps
Attach metadata for filtering/routing later
Request Shape
Required Fields
Field
Type
Description
title
string
Stable memory identifier (often equivalent to key/document id).
content
string
The memory text payload.
namespace
string
Logical scope (for example preferences, crm, support).