Save a memory
An agent or app writes one durable memory straight to the private brain. It runs the same dedup funnel as capture: an identical memory merges, a contradiction comes back as a conflict for the user to resolve.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Body
1"The project uses pnpm, not npm."
Optional short title for the memory.
"package-manager"
fact, preference, episode, procedure "fact"
Optional channel/app the agent is writing from. Defaults to mcp.
"claude-desktop"
Optional conversation/context id. No file backs an agent write.
Response
The write outcome.
add = stored new; dedup = merged into an existing memory; conflict = stored but contradicts existing memory (resolve via /memory/resolve).
add, dedup, conflict Present only when action is conflict; the incoming memory plus the conflicting candidates.

