plyra-memory-server is a FastAPI service that exposes the plyra-memory library over HTTP. It adds API key authentication, workspace isolation, and multi-tenant support on top of the local library.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.
What the server adds
| Feature | Local library | With server |
|---|---|---|
| Single-agent memory | ✅ | ✅ |
| Multi-agent shared memory | ❌ | ✅ |
| Multi-tenant isolation | ❌ | ✅ |
| API key management | ❌ | ✅ |
| Cross-process recall | Limited | ✅ |
| Postgres backend | ❌ | ✅ |
Hosted instance
Plyra runs a hosted instance you can use immediately:Self-host
Run your own instance with Docker in 5 minutes — see the quickstart.Get an API key
Generate a live key and start using the hosted instance.
Self-host
Run plyra-memory-server on your own infrastructure.