Documentation
Everything you need to integrate with the Memory platform.
Architecture
How it all works: data flow, retrieval, evolution, security, and the research behind every design decision.
CLI
Install the pajama CLI, authenticate with OAuth or API keys, and manage memories from the terminal.
Agent Skills
Install public skills so Claude Code, Codex, or other agents can write and retrieve memories consistently.
Research Library
11 research pages covering agent memory systems, retrieval strategies, knowledge graphs, privacy, and more.
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.