A basic search
node_id, text, score, tokens, and provenance.
Options
What you want to find, in plain language.
Stop once the results add up to this many tokens. Defaults to 8000. You’re in
control of how much comes back.
Extra keywords to nudge the search.
Limit the search to one domain.
Limit to certain sections, like methods or results.
Focus the search — for example
open_questions, mechanisms, reliability, or
what_to_build.The kind of memory to search.
Every result has a source
Each result includesprovenance — at least the paper it came from (paper_doi),
plus section and location details. That’s what lets your agent cite memory and lets
you check it.
Finding papers
To look up papers by metadata instead of text:Personal memory
You can also keep memory for a single user — preferences and context that belong to them, not the whole workspace. See User memory.Search API
POST /v1/recall and the paper lookup endpoints.