Memory Graph
Entities, relationships, embeddings — one unified graph.
Read more →Declarative triggers. CX in, webhooks out.
ReflexA Reflex owns a CX expression and decomposes into one or more Motifs. When the live graph satisfies a Motif, a Locus materialises; the Reflex fires per Locus.
Primitive
Reflex
Declarative triggers. CX in, webhooks out.
One entity covers structural completion (a supplier going bankrupt) and scalar drift (sentiment exiting a band). No specialized trigger types, no second registration surface.
# 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 →Every fact traces back to its source line.
Read more →Book a 30-minute walkthrough or wire it up via the API.