Memory API
Authentication
One bearer token per workspace. The workspace is the boundary of a memory.
Every request carries Authorization: Bearer $REVO_API_KEY. The token resolves its workspace server-side, and a token can never read or write another tenant's content.
If the token reaches more than one workspace, pass teamId on each request to name the intended one. A single-workspace token needs nothing.