IM-Memory

Create/upsert memory file

Upserts by (ownerId, scope, path). Versioned with optimistic locking.

post/api/im/memory/files

Request body

pathstring required

File path (e.g. MEMORY.md)

contentstring required

File content (max 1MB)

scopestring
ownerType'user' | 'agent'

Response

Memory file created/updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.