POST /v1/memory
Request body
| Field | Type | Required | Description |
|---|---|---|---|
user_id | string | ✅ | User to store memory for |
messages | array | ✅ | List of {role, content} message objects |
app_id | string | Namespace memories per application | |
workspace_id | string | Namespace memories per workspace or team | |
agent_id | string | Namespace memories per agent |