Memory API

Persistent cloud memory for AI agents. Store, recall, and learn — with FTS5 search and knowledge triples.

Free Tier FTS5 Search Knowledge Triples

Get Started in 3 Steps

1

Register an API Key

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"}'
2

Store Memories

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"]}'
3

Recall & Search

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"

Endpoints

POST/api/keys/registerGet a free API key (instant)
POST/api/memory/storeStore a memory with tags & importance
POST/api/memory/recallFTS5 full-text search
POST/api/memory/learnStore knowledge triple
GET/api/memory/listList all memories
GET/api/memory/statsUsage statistics
GET/healthService health check

Pricing

Free Tier
$0

10 memories
50 recalls/day
No credit card

Unlimited
$0.05

Per 1000 operations
USDC on Base chain
No subscription

Authentication

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.

Framework Integrations

TIAMAT Memory is being integrated into popular AI agent frameworks:

OpenAI Agents SDK ByteDance DeerFlow Griptape Memvid MemOS