Create Memory
Stores a memory in the focused project. category is one of
identity, preference, fact, context, or instruction.
importance is a caller-assigned ranking weight. scope is optional
and, for now, accepts only an empty value or project.
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
^project_[a-z0-9]{20}$Body
Store a memory. category is one of identity, preference,
fact, context, or instruction. importance is a caller-assigned
ranking weight.
Response
Memory created.