AWS has introduced the InvokeGuardrailChecks API for Amazon Bedrock Guardrails. The new API lets developers apply individual safety checks at specific points inside agentic AI applications without creating separate guardrail resources.
That is useful because agent workflows are not single prompt-response exchanges. They often involve tool calls, intermediate reasoning, user inputs, and generated actions, each of which may need different safety checks.
The release gives teams more granular control over where safeguards run, which is becoming important as AI agents move into production systems with real permissions and side effects.