TraceMyContext
Create a deterministic lineage anchor for context as it moves through retrieval, sanitization, summarization, and agent execution.
Use it when
Several transformations produce downstream context and you need to prove which digest set was anchored at each stage.
What is stored
Context digest, up to 20 parent digests, stage, provenance digest, and timestamps—never context content.
POST /v1/context-traces/anchor
{"operation":"anchor","context_digest":"sha256:…","parent_digests":["sha256:…"],"stage":"sanitized"}An anchor proves that the API identity recorded the digest set. It does not prove source truth, authorship, or semantic accuracy.