Search memories
Vector + full-text search over one end user’s memory, fused and reranked. No LLM pass — sub-second.
Use it when your own agent does the reasoning and just needs relevant
raw material; use POST /api/v1/recall for a synthesized answer.
Authorizations
A scoped Integration key, prefixed cint_. Send as
Authorization: Bearer cint_... on every request. Server-side only.
Legacy personal cmem_... keys remain accepted during migration;
team/org-scoped cmem_... keys are not valid on this API.
Body
Your stable internal user ID. No colon allowed.
1 - 128^[A-Za-z0-9@._-]{1,128}$"u_123"
1"charter budget boat type"
Restrict search to one container. A malformed tag is a 400,
never a silently unscoped read.
1 - 128"workspace:acme"
Max results.
10
Only memories created after this Unix ms timestamp.
Only memories created before this Unix ms timestamp.