Every endpoint has a runnable example, every guide ends with a working agent. Press ⌘K and try “decay”.
■ Quickstart
From zero to recall in three steps
Python shown. The TypeScript and HTTP versions are one tab away in the full guide.
01
Install and authenticate
pip install plivel
export PLIVEL_KEY=sk_live_…
02
Write what the user said
mem.write(user=”dana_k”,
text=”I always take the aisle”)
03
Recall before you answer
ctx = mem.recall(user=”dana_k”,
q=”book my usual seat”)
■ API reference
Six endpoints do almost everything
Full reference →
POST
Store what a user said. Deduped and merged automatically.
POST
Return the most relevant memories and a ready-made context string.
GET
Read one memory with its relevance history and links.
PATCH
Pin, unpin, re-tag or correct a memory.
DELETE
Erase a user everywhere and get a signed receipt.
GET
Fetch the span-level trace for any recall.
■ Help
Stuck? Real engineers answer
COMMUNITY
Community Discord
4,800 builders and the Plivel team. Median first reply: 14 minutes.
LIVE
Office hours
Every Tuesday, 16:00 UTC. Bring your trace, leave with a fix.
STATUS
Status and incidents
Live uptime per region and a full incident history.