CLI
Remem provides a lightweight CLI package (remem-cli) backed by remem-client.
Install
Configure credentials
Commands
Fast query
Rich ask (synthesized)
Fetch document by ID
Health
JSON output
Add--json to any command:
Query with facts
Include memory layer facts in query results:Namespace-scoped reads
Use namespace keys with repeated--namespace flags:
Omit
--namespace to search all namespaces your API key can read. Quote '*' so your shell does not expand it.List entities
Get entity facts
Trigger fact extraction
Command reference
| Command | Description |
|---|---|
remem query <text> | Calls POST /v1/query |
remem search <text> | Calls GET /v1/search |
remem ask <question> | Calls rich mode with synthesis |
remem doc <document_id> | Calls GET /v1/documents/{id} |
remem entities | Lists memory entities |
remem entity-facts <entity_id> | Gets facts for an entity |
remem extract-facts <document_id> | Triggers fact extraction |
remem health | Calls GET /health |
Notes
- Auth is sent as
Authorization: Bearer vlt_.... - Query and search commands support namespace keys via
--namespace. - For coding-session automation (checkpoint/rollup wrappers), use
remem-dev-sessions, which is a separate toolkit.