Documentation

Everything you need to integrate with the Memory platform.

Quick start

npm i -g @pajamadot/pajama
pajama login
pajama projects list
pajama memories create --project-id <id> --category note \
  --title "First memory" --content "Hello from the CLI"

Or connect via REST API, MCP, or the web console.