Protect model-side execution before runtime drift becomes production risk.
Use this path when your main concern is the runtime behavior around the model: routing, fallback, guard behavior, confidence signals, approval boundaries, and governed execution before live handoff continues.
Core Runtime API
Route, inspect, and govern model-side runtime behavior with visibility into fallback, guard, confidence, and execution signals.
Approval / Governed Execution
Move sensitive continuation points through approval, block, escalation, and commit-boundary control before execution proceeds.
AgentOps
Use operational surfaces for runs, review, triage, queue handling, and human operator workflows around runtime decisions.
Choose LLM-side Protection when execution control is the first buying reason.
This side is for teams that need production AI control before output reaches the user-facing evidence and review layer. If your first concern is behavior after the answer is produced, use User-side Protection instead. The Builder path starts access, proof, and request capture; it does not by itself complete production runtime control or activate AgentOps / Approval Gateway.