ActiveFence is now Alice
x
AWS Integration

Observe, Govern, and Secure AWS AgentCore Workflows with Alice

Inject Alice WonderFence safety telemetry directly into AWS AgentCore traces and gain real-time visibility into policy violations, prompt injection, and agent behavior across complex workflows.

How it works

Integrate WonderFence in your Microsoft Copilot stack in minutes

WonderFence wraps Copilot Studio agents with runtime guardrails — intercepting prompts, enforcing policies, and monitoring outputs in real time.

Intercept user prompts before execution
Apply custom policies in real time
Monitor every agent action and output
aws_agentcore_integration.py
from wonderfence import Guardrails
from aws_agentcore import Agent

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

agent = Agent("customer-support-aws-agentcore")

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 Agentcore

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

Policies That Match Your Business

Amazon Agentcore's default guardrails are generic. WonderFence lets you enforce policies that reflect your compliance rules, brand voice, and risk tolerance — preconfigured options out of the box, or write your own. Apply them organization-wide or per-agent.

Defense Against Prompt Injection and Tool Misuse

Stop jailbreaks, data exfiltration, and tool abuse before they hit your databases, APIs, or customers. WonderFence catches malicious patterns that get past Amazon Agentcore's default guardrails.

Visibility Into What Agents Actually Do

Amazon Agentcore shows you what you built. WonderFence shows you what your agents are doing in production — every prompt, tool call, and output, plus drift, policy violations, and unexpected behavior as it happens.
Trusted by the world’s biggest enterprises & foundation model labs

Trusted by teams shipping agents in finance, healthcare, and government

Get a Demo

Integration FAQ’s

Do our existing platform guardrails cover us for HIPAA compliance?

Platform guardrails don't generate HIPAA audit evidence or enforce institution-specific PHI controls. WonderFence logs every interaction and enforces customizable policies at the interaction layer — built for what regulators actually require.

What happens to our compliance posture when the model gets updated?

WonderCheck supports ongoing adversarial evaluations at scheduled intervals, catching behavioral drift and PHI exposure regressions as models change. Your compliance posture doesn't reset after every update.

How do we validate clinical AI before go-live without slowing down our deployment timeline?

WonderBuild integrates into existing CI/CD workflows and returns prioritized findings against your specific clinical use cases so your team knows what to fix before launch, not after.

Who owns AI governance when it sits across clinical, IT, and compliance teams?

WonderSuite surfaces prioritized clinical risk findings for product teams, evidentiary logs for compliance, and lifecycle-wide visibility for the CISO. So, governance doesn't have to live in one place to work.