Satori
CLI

Overview

This install command generates an API key so you can start saving data immediately.

npm i -g @satori-sh/cli

The first time you run the CLI, you'll see the help command:

satori

Commands

The main two commands available are add and search. Use add to add any data to your memory ID, and use search to search the same memory ID.

Get your API Key

If you need your API Key, you can easily get it by running:

satori get api-key

Get your Memory ID

If you need to understand what memory layer you're saving data to, you can run:

satori get memory-id

Add memories

Right now this only supports natural language, no documents or URLs. You can add any text, including long form text.

satori add "Summarize and save this session"

Search memories

Search works based on a natural language prompt. No SQL, Cypher, or any other query languages are currently supported. Simply ask Satori what you're looking for and if you have informations saved, Satori will respond with a list using natural language.

satori search "What frameworks we're using for this project?"

On this page