Safeguard your agentic AI applications with the Amazon Bedrock Guardrails InvokeGuardrailChecks API
TL;DR
AWS announced the InvokeGuardrailChecks API for Amazon Bedrock Guardrails on June 16, 2026. It lets developers run individual safety checks inside agent workflows without creating, versioning, or tracking guardrail resources first. The API is detect-only: it does not block, mask, or rewrite content. It returns 0 to 1 scores, leaving the application to decide whether to block, retry, escalate, log, or allow a step.
Nauti's Take
Nauti reads two messages here: AWS is making guardrails more granular, while naturally framing it as operational relief. In practice, detect-only is not a safety net, it is a sensor.
Any team running agents in production still needs hard policies for immediate blocks, human review, retries, and audit logs. Without that layer, this is mostly well-packaged AWS product PR.
Briefingshow
Agents do not have just one input and one output. They pass through user prompts, plans, tool results, repeated turns, and final answers, each with a different risk profile. Bedrocks new API makes guardrails more programmable, but it also moves decisions into application code: teams still need thresholds, audit logs, and escalation paths that hold up in production.