Guides

Guides

Practical, task-oriented capture, replay, fixture, experiment, integration, and operations workflows.

Guides answer "how do I do this specific thing?" Start here after the quickstart when you already know the outcome you want: instrument an agent, choose checkpoints, redact captured data, replay a counterfactual, resolve fixtures, run a hypothesis batch, or write an RCA report.

Default RCA Loop

Confirm ISPLAY_API_URL, ISPLAY_PROJECT_ID, and the base runId.
Run isplay discover run <runId> and read the catalog, context summary, and context items.
List checkpoints and choose the earliest checkpoint that still contains enough state to replay the suspected decision.
Write a factual baseline narrative: task, prompts, settings, tools, retrieval, memory, key tool outputs, and final behavior.
Convert each possible cause into one intervention. Avoid broad bundles.
Replay or run a hypothesis batch with recorded-only model policy and pause-for-fixture tool policy.
Resolve fixture requirements only with explicit provenance and scope.
Report first divergence, metrics, effects, fixture dependency, comparability, validity labels, and next experiments.

Choosing A Workflow

SituationUseWhy
You have no run yetCapture workflowA replay investigation is only as good as the baseline evidence.
You own the app codeSDK or adapter-kit guideCapture can be precise and low-noise.
You have one suspected causeBranch and replayFastest way to isolate one controlled change.
Replay pausedFixture workflowTool side effects stay explicit and auditable.
You have several possible causesExperiment workflowOne batch can materialize branches, trials, statistics, and ranked effects.
You want the agent to driveAgent analysis workflowThe skill enforces discovery, hypothesis discipline, and bounded reporting.
You need a final RCAReport guideGives the evidence wording and structure.

Reporting Rule

Evidence wording

Use "observed" for base trace facts, "under replay" for recorded replay results, "under fixture" for analyst/simulator/AI fixture results, and "unsupported" when evidence is missing. Avoid saying a cause is proven.

On this page