Data Handling
Every fact in the Context Graph is provenance-stamped and scoped to a namespace.
- Namespace isolationEvery query, ingest, and trigger is scoped by namespace. Tenant data never crosses boundaries; rate limits and KMS profiles hang off the namespace.
- Sensitivity markingTag data nodes as sensitive. Agents refuse to expose them to external channels or must request explicit permission.
- Field-level access controlPer-data policies apply to graph nodes — PII masking, redaction, and consent-gated access enforced natively via Reflex triggers.
- Cascading enforcementPolicy violations on a parent node propagate to child nodes via graph traversal — no field is silently exempted.
- Provenance on every edgeSource system, confidence, asserted_at, valid_from, valid_to, retracted_at, and verification_status travel with every fact.