Skip to main content

CLI

Remem provides a lightweight CLI package (remem-cli) backed by remem-client.

Install

The client dependency is installed automatically.

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

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.