DejaView is the shared knowledge graph where you and your agents learn, remember, and connect — together.
Every conversation, your agent wakes up with zero memory. You have been talking to it for months — but it still does not know who you are.
Here is what the first message of a session looks like — with and without DejaView.
Your agent has no idea who you are, what you are building, or what you decided last week. You are starting from zero. Again.
Agent loads your graph on startup. Knows your projects, your team, your decisions, your preferences. Zero re-explaining.
You just talk to your agent. Behind the scenes, your graph grows automatically — and any agent can tap into it instantly.
No special commands. No forms to fill. Just have a conversation with your agent like you always do.
As your agent learns things, it writes them to your graph automatically. Typed, structured, permanently connected.
Next session — or a brand new specialized agent — loads your full context in one API call. No re-explaining.
Browse, search, and visualize your graph yourself. Rediscover decisions, trace connections, find context you forgot you had.
DejaView is designed from the ground up to be the memory layer for agentic systems — not just a notes app with an API bolted on.
DECIDED, KNOWS, WORKS_AT, DEPENDS_ON. Real semantic meaning agents can reason about.
What changes when your agents actually remember things.
Your coding agent remembers your architecture decisions so it stops suggesting patterns you have already rejected.
Your research agent builds a knowledge map across every paper it reads — connecting authors, concepts, and citations automatically.
Your business agent tracks every contact, company, and opportunity without you having to manage a CRM.
Spin up a new specialized agent and it instantly knows your full context — goals, decisions, team, history. Zero onboarding.
You search your own graph to rediscover decisions, connections, and insights from months ago — instantly surfaced.
Share context between agents — your writing agent knows what your research agent learned. They build on each other.
Integrate DejaView into any agent in minutes. Write what you learn. Read it next time.
# Your agent learns something -- writes it to DejaView curl -X POST https://api.dejaview.io/v1/facts \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "facts": [ {"subject": "Alex", "predicate": "decided", "object": "use microservices for scaling"}, {"subject": "TechCorp", "predicate": "competes_with", "object": "RivalCo"}, {"subject": "Jordan", "predicate": "introduced_by", "object": "Alex"} ] }' # Next agent session -- loads full context instantly curl https://api.dejaview.io/v1/entities/Alex \ -H "Authorization: Bearer YOUR_KEY" # Response: everything your agents ever learned about Alex # { # "entity": "Alex", # "facts": [ # {"predicate": "decided", "object": "use microservices for scaling"}, # {"predicate": "joined", "object": "TechCorp as CTO"}, # {"predicate": "introduced", "object": "Jordan"}, # ... # ] # }
Native MCP support, Python SDK, REST API, and tool schemas your agents can load directly. Works with Claude, GPT, Cursor, Windsurf, and any agent framework.
Claude will automatically call agent_context() at session start, remember() when it learns something, and recall() when it needs context.
Full API docs at api.dejaview.io/docs
Machine-readable schema at dejaview.io/tools.json — load it directly into your agent framework.
Hover over nodes. Watch connections light up. This is how your knowledge looks when it's alive.
Ask DejaView a question and get a connected subgraph — not a list of documents.
Found 23 connections across 4 people, 7 decisions, 3 meetings, and 9 documents — spanning 6 weeks of context.
Open source at the core. Pay only when you want hosted convenience or API access.
For individuals who want control
For knowledge workers who want it all
For developers building with memory
Your agents are smart. Give them something to remember with.
Get Early Access →