Agent Output Validator
## What is AgentOutputValidator? AgentOutputValidator is a **deterministic guardrail API** that inspects agent outputs (LLM or rule-based) before they trigger real-world actions. One endpoint, one question: *"Can this output safely execute?"* ## The Problem LLM agents are powerful but unpredictable. When an agent generates a database query, a shell command, or an email, you need to verify it…
Agent Output Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Output /v1/validate |
Validate an agent output before action execution. Returns SAFE, UNSAFE, or NEEDS_REVIEW verdict. |
| GET |
Health Check /health |
Check API health and get current ruleset version. |