Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flumes automatically classifies each memory so you can filter and reason about them easily.
fact
event
document
note
profile
chunk
curl -s "https://api.flumes.ai/v0/memories?type=fact&status=active&namespace=default&limit=20" \ -H "Authorization: Bearer $FLUMES_API_KEY"
tags
namespace
before
after
{ "type": "fact", "subject": "ent:user_123", "predicate": "likes_city", "object_text": "Rome", "object_type": "string", "keys": ["ent:user_123|likes_city"], "confidence": 0.9, "status": "active" }
{ "type": "event", "actor": "ent:user_123", "verb": "chatted", "target": "ent:assistant", "timestamp": "2024-07-01T12:34:56Z", "namespace": "default" }