Skip to main content

Traces

A trace is an ordered conversation or run history. Traces power chat UIs, share links, and debugging long agent sessions.

SDK

const trace = await auvy.traces.get(traceId)
const engrams = await auvy.traces.getEngrams(traceId)

Brain context

Brain-scoped traces require X-Brain-Id (SDK: pass brain_id on relevant calls). Workspace-wide traces omit brain when the route allows it.

Public share

Share tokens (?t=...) grant read access without workspace membership. See Public API.