MemoryShared memory

Memory layers

Understand Team OS memory scopes.

Team OS uses memory scopes to decide who can use each memory item.

LayerWho can use itTypical content
SystemUsers with effective access to that Team.Baseline Agentic OS methods.
TeamUsers with effective access to that Team.Shared operating notes and Team context.
ClientFull access users, or Team Members with access to that client.Client notes, briefs, and context.
PrivateOne signed-in user.User-specific memory and session context.

Manual shared imports publish only team or client memory.

Private memory is captured through normal private capture paths, not the shared import command.

Team OS session capture is staged first. It becomes searchable only after consolidation publishes durable memory. Client capture requires write access. Managing shared Team or client memory requires Full access.

The server fixes Team and user identity from the signed session. A request body cannot move memory to another Team or another user's private scope.

See Session capture and review.

Next: Import shared memory