Skip to main content
Workspace lanes allow users to maintain separate AI contexts (history, memory, system prompt) within a single account. Each lane is stored as an isolated session namespace.

Configuration

Per-agent override

Storage considerations

Lanes inherit the same backend as sessions (session.storage). For large deployments, prefer sqlite or postgres over memory.