What Gets Persisted

Prompt Orchestra persists the data you need to reproduce and explain behavior.

Persisted for runs

  • Run record (ai_runs) with input/output snapshots and status.
  • Run steps (ai_run_steps) for tool calls, provider responses, and final outputs.
  • Traces assembled from snapshots and steps in run detail.
  • Generated image artifacts use durable object-storage references when generated-image output is supported. Generated-image runtime is not currently exposed through the public API or SDK.

Persisted for sessions

  • Agent session records and event history when sessions are used.
  • Realtime session and run artifacts for voice flows (beta).

See also

Was this page helpful?