Memories
Set a memory
Create or update a durable JSON memory under an org or function scope. Function-authenticated requests use their own Function id and cannot override it. If no explicit scope is provided for other credentials, x-primitive-function-id is used next, and other requests default to org scope. Function scope uses the function id UUID, not the function name.
put/memories
Headers
x-primitive-function-idstring uuid
Optional function id UUID used as the default scope for non-function-authenticated requests when the body does not include scope. Ignored when scope is provided.
Request body
Response
Existing memory updated.