Satori Documentation

Getting Started

Storing your first memory using Satori

What is Satori?

Satori is a tool for developers to save context from AI sessions. This context is saved as a 'memory layer'.

You can easily save data and context in multiple memory layers.

How to use Satori

First, run the CLI to get an API key:

npx -y @satori-sh/cli

This command generates an API key if you don't already have one, and will also launch interactive mode. This allows you to chat with your default memory layer. You can find your memory layer next to the prompt:

Memory layer name

All interaction with the Satori CLI will be stored in the memory layer noted next to the prompt.

On this page