Original article excerpt
Server-side extracted preview paragraphs from the original source.
Today, we’re announcing a new API with Amazon Bedrock Guardrails. With this API, you can apply individual safeguards, also referred to as safety checks, at any point in your agentic AI applications without creating guardrail resources. In this post, we walk through how the InvokeGuardrailChecks API works and how to use it to build safe, multi-turn agentic AI applications.
Today, we’re announcing a new API with Amazon Bedrock Guardrails. With this API, you can apply individual safeguards, also referred to as safety checks, at any point in your agentic AI applications without creating guardrail resources. The new InvokeGuardrailChecks API gives you the flexibility to invoke supported safeguards at any turn in the agentic loop and take the required action in your application logic. The API operates in detect-only mode and returns numeric scores for each safeguard. You can define custom thresholds and actions in your applications to block, bypass, retry, or log results for auditing purposes based on your specific requirements.
