ActiveFence is now Alice
x
Integration

Bedrock Guardrails are built for everyone. WonderFence is built for you.

Add personalized guardrails trained to your policies, across multi-turn and multilingual interactions.

How it works

WonderFence integrates with Amazon Bedrock

Deploy Bedrock Agents You Can Trust

Compliance evidence that keeps pace with AI
Find and fix what internal testing misses
Lifecycle-wide AI risk visibility
bedrock_integration.py
from wonderfence import Guardrails
from bedrock_guardrails import Agent

guardrails = Guardrails(
    policies=["prompt_injection", "pii_detection", "tool_misuse"],
    mode="enforce",
    log_violations=True
)

agent = Agent("customer-support-bedrock")

response = guardrails.run(
    agent=agent,
    input=user_message,
    context={"user_role": "customer", "channel": "web_chat"}
)

return response.safe_output
Stay on your toes

What WonderFence adds to Amazon Bedrock

Amazon Bedrock gives you the agent. WonderFence gives you the controls — dynamic guardrails, granular policies, and full runtime visibility on top of what Amazon Bedrock ships by default.

Trusted by the world’s biggest enterprises & foundation model labs