- Multi-agent memory sharing — multiple agents share a memory space
- Multi-tenant isolation — each API key has its own isolated workspace
- Cross-process recall — memory survives process restarts and redeploys
- Centralised management — one server, multiple teams or customers
Connect
Set two environment variables:PLYRA_SERVER_URL and routes all remember(), recall(), and context_for() calls to the server.
When to use server mode
| Situation | Mode |
|---|---|
| Single agent, development | Local |
| Single agent, production | Local or server |
| Multiple agents sharing memory | Server required |
| Multiple teams or customers | Server required |
| Need cross-process recall without file sharing | Server |
Get an API key
Generate an API key
Create a live API key in seconds. Shown once — store it securely.