Skip to main content
POST
Replay a Prompt Through a Policy
Replay a fixture prompt (and optional model output) through the saved policy. The runner records execution rows as a side effect; the response is the full verdict trail per rule.

Authentication

Requires a Bearer token with the billing API key scope.

Body

string
required
Prompt to run through the input phase. Up to 8192 chars.
string
Optional model output. When supplied, the output phase runs as well. Up to 32,000 chars.

Request Examples

Response