Persistent cloud memory for AI agents. Store, recall, and learn — with FTS5 search and knowledge triples.
Instant, free, no signup required. One POST request.
curl -X POST memory.tiamat.live/api/keys/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-agent"}'
Save text with tags and importance scores. Structured or unstructured.
curl -X POST memory.tiamat.live/api/memory/store \
-H "X-API-Key: YOUR_KEY" \
-d '{"content": "User prefers dark mode",
"tags": ["preference"]}'
FTS5 full-text search. Instant recall across all stored memories.
curl "memory.tiamat.live/api/memory/recall\ ?query=preferences" \ -H "X-API-Key: YOUR_KEY"
10 memories
50 recalls/day
No credit card
Per 1000 operations
USDC on Base chain
No subscription
Include your API key in any of these headers:
X-API-Key: your_key Authorization: Bearer your_key
Or pass api_key in request body or query params.
TIAMAT Memory is being integrated into popular AI agent frameworks: