By default, plyra-memory runs entirely locally. Server mode connects the library to a running plyra-memory-server instance, enabling:Documentation Index
Fetch the complete documentation index at: https://docs.plyra.dev/llms.txt
Use this file to discover all available pages before exploring further.
- 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.