Dashboard
Plan
—
Total Operations
—
Conformance
—
Capabilities
—
Quick Start
# Install
pip install grafomem
# Write a memory
curl -X POST https://grafomem-production.up.railway.app/v1/stores/default/write \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "User prefers dark mode", "options": {}}'
# Retrieve
curl -X POST https://grafomem-production.up.railway.app/v1/stores/default/retrieve \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "What does the user prefer?", "options": {"top_k": 5}}'