The primitives
On the spine
Context underlies the spine from entity through outcome. The Context Graph reads entity records, conversation history, and structured outcomes, and writes back consolidated facts, relationships, and summaries. Agents and Flows read from it before every interaction; each interaction’s outcome feeds the next consolidation pass. Changes to context will surface on the unified event stream as it ships (see Events).What stays hidden
The embedding and vector implementation is deliberately not exposed. Which models embed what, how the index is built, and how similarity is scored are internals we tune and swap freely. You work with facts, relationships, summaries, and retrieval - never with vectors.Status
Early access. Provenance, validity windows, and sensitivity levels are the early-access core. Two pieces carry production traffic today under other names: post-call summaries via the Post-Call Data API, and knowledge base retrieval in the Studio knowledge base. The unified graph - one context layer across channels, with export and erase APIs - is what early access opens up.Go deeper
Knowledge Base
Where knowledge retrieval lives in the Studio today.
Sessions
How conversation state works inside a live SuperDialog session.
Entities
The identities that context attaches to.
Intelligence
The blocks that extract and score what the graph consolidates.