Store and retrieve your first memory in less than 5 minutes.
1
Get an API key
Sign up at app.flumes.ai and grab your secret key from the dashboard.
2
Save a memory
Copy
curl -X POST https://api.flumes.ai/v1/memories/ \ -H "Authorization: Bearer $FLUMES_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "agent_id": "alex", "messages": [ {"role": "user", "content": "I want to go to Rome in July. give me tips for museums" } ] }'