Skip to content
DevelopersPreviewTerminal

Memory CLI reference


Inspect the paired-host memory recall contract before the full command is available.

On this page

Use this page to inspect every public atoi memory command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.

This command group is in preview. Confirm its output shape before you depend on it in automation.

atoi memoryPreviewInspect the paired-host memory recall contract before the full command is available.

#memory recall

Inspect the preview memory recall contract for a paired host.

atoi memory recall [--chat-id <chat-id>] [--namespace <namespace>]

FlagTypeDefaultValuesWhat it does
--chat-idstringSelect a chat id.
--namespacestringSelect a memory namespace.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run memory recall

bash
atoi memory recall --chat-id thr_9c4k --namespace release --json

Was this useful?