Skip to main content
Session activity worth carrying forward — a surprising behaviour, a discovered constraint, a result that will matter later. This is the verb most likely to fill a store with noise, so it is also the one to use most sparingly.

Parameters

string
required
What the agent observed or did this session.
'org' | 'agent'
default:"org"
org (default) writes to the shared team memory. agent keeps it private to the identity in the X-Vex-Agent header. See Scope.
string
Optional space slug. Omit to write to the org’s default store.

Examples

Guidance

Do not log routine activity. An agent that calls observe after every tool call produces a store where recall returns noise instead of signal. Before writing, ask whether it will still matter next week. If not, skip it.
“The suite fails on Node 18” is an observation. Once you have confirmed it and pinned the version, it has become a fact — write it with remember so it carries the right weight.