Create Memory
Store a new memory. Content is processed asynchronously.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | The text content to store |
title | string | No | Title (auto-extracted if omitted) |
type | string | No | Content type (auto-detected if omitted) |
tags | string[] | No | Tags for filtering |
metadata | object | No | Arbitrary key-value pairs |
userId | string | No | Associate with a user |
Response
Returns 202 Accepted with the memory object.