# StremAI Shared Memory Playground

Try a real memory recall at https://stremai.com/playground. The playground is read-only and searches a curated engineering-memory project, so visitors cannot mix their data with anyone else's.

To verify shared memory in your own project, connect two agents to the same StremAI project. Have the first agent store a memory titled `setup check` with the content `StremAI is wired up`, then ask the second agent to recall it. A successful recall returns the stored title and content rather than a fresh guess.

StremAI is a shared memory layer for coding agents. Connected agents can store learned decisions, pitfalls, patterns, and handoffs, then other connected agents can recall relevant entries later across sessions and tools.

Start at https://stremai.com/getting-started. The portable recall/store/verify/handoff routine is at https://stremai.com/docs/agent-memory-protocol.
