pub async fn run_sandbox(
state: &SharedState,
req: SandboxRequest,
) -> Result<SandboxRun, SandboxError>Expand description
Runs plugins or a stored policy against a synthetic request, for real,
recording a trace. Shared by POST /api/debug/sandbox and the MCP
run_sandbox tool.