Skip to main content

memory://entity/

All memories about a specific entity. Replace {name} with the entity name.
Returns all memories for that entity, grouped by layer.

memory://layer/

All memories in a specific layer across all entities. Replace {layer} with one of: goal, context, emotion, implementation, caveat, learning.
Returns all memories in that layer, sorted by importance then recency.

memory://memory/

A single memory by its numeric ID. Replace {id} with the memory_id from a recall response.
Returns the full memory object including all metadata, scores, and linked data.