Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create a memory changed

api/beta/memory_stores/memories/create

Nearest release: v2.1.258, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+8added
Lines−2removed
From line 26 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 26, old and new numbered
/
lines
from line 26
2626 
2727 - `string`
2828 
29 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
29 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3030 
3131 - `"message-batches-2024-09-24"`
3232 
from line 110
110110 
111111 - `"ce-user-management-2026-07-13"`
112112 
113 - `"mid-conversation-output-config-2026-07-01"`
114 
115 - `"thinking-binding-controls-2026-08-01"`
116 
117 - `"mid-conversation-system-clear-at-2026-08-21"`
118 
113119## Body parameters
114120 
115121- `content: string or null`
from line 124
118124 
119125- `path: string`
120126 
121 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, and must be NFC-normalized. Paths are case-sensitive.
127 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, or the Unicode line and paragraph separators (U+2028, U+2029), and must be NFC-normalized. Paths are case-sensitive.
122128 
123129 minLength: 2, maxLength: 1024
124130