Skip to content
Preview and simulation

Preview and simulation

  • Previewserver/api/agents/[id]/policies/preview.post.ts renders generated policy views from structured input without persisting.
  • Simulationserver/api/agents/[id]/policies/simulate.post.ts exercises evaluation for a hypothetical tool call.

Wire formats match what the dashboard sends; inspect the handler and client composables when integrating programmatically.