Memory Graph
Entities, relationships, embeddings — one unified graph.
Read more →Fine-grained rules on every tool and every node.
PolicyPer-tool and per-data policies attach to the graph itself. Sensitivity marking, action rate limiting, PII masking, consent-gated access — enforced natively via Reflex triggers and Vault.
Primitive
Policy
Fine-grained rules on every tool and every node.
Every policy evaluation is logged with decision, context, and provenance chain. Cascading enforcement propagates violations along the graph.
# Declare a Reflex once, fire on every match.
reflex:
name: supplier-risk-spike
watch:
cx: entity(supplier).risk_score > 0.75
fire:
webhook: https://hooks.example.com/supplier-risk
cooldown: 1h
Entities, relationships, embeddings — one unified graph.
Read more →The only output shape — provenance assembled in stages.
Read more →Declarative triggers. CX in, webhooks out.
Read more →Book a 30-minute walkthrough or wire it up via the API.