Skip to content
Contexta
Feature

Context Packets

The only output shape — provenance assembled in stages.

Packet
How it works

Context Packets

Every recall and every reflex fire returns a Context Packet. Each fact carries its `source_system`, `confidence`, `asserted_at`, and per-stage processing metadata.

  • Single output contract — nothing leaves Synapta in any other shape
  • Per-stage provenance — retrieval, enrichment, assembly all stamp their own metadata

Primitive

Packet

The only output shape — provenance assembled in stages.

In practice

Built for replay, audit, and scale.

Per-stage provenance lets auditors replay the exact path a fact took from raw memory to packet entry.

  • Citation-ready — drop into a prompt; every claim is traceable
  • Budget-aware composition keeps tokens lean
# 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
Related

Pair it with these primitives.

Synapta

Memory Graph

Entities, relationships, embeddings — one unified graph.

Read more →
Reflex

Reflexes

Declarative triggers. CX in, webhooks out.

Read more →
Citation

Verified Citations

Every fact traces back to its source line.

Read more →

Try Context Packets on your stack.

Book a 30-minute walkthrough or wire it up via the API.