🛡️

Agent Firewall

Web Application Firewall (WAF) for AI agents. Rule-based traffic filtering with quarantine, rate limiting, and automatic blocking.

14,523
Allowed
89
Blocked
12
Quarantined
7
Active Rules
Get Free API Key 🔑

All data shown is simulated for demonstration purposes. Live data requires an API key.

ONLINE
Status
2.3ms
Latency
99.99%
Uptime
89
Blocked / 24h
Active Rules
#RuleActionHits / 24hStatus
1Identity verification requiredBlock if unverified342Active
2Trust score minimum (50)Quarantine below threshold12Active
3Injection pattern detectionBlock + alert89Active
4Rate limiting (100 req/min)Throttle67Active
5Blocklist enforcementDeny known threats23Active
6Geo-restrictionAllow/deny by region0Config
7Content policy enforcementFilter prohibited content31Active
Top Blocked Threats
Prompt Injection Cluster
47 blocked attempts from 3 unique agents targeting injection patterns.
47 blocked
Rate Limit Violations
23 agents throttled for exceeding 100 req/min threshold.
23 throttled
Deployment Modes
🔃
Inline Proxy
Route all traffic through the firewall. Full control, no code changes.
📦
Sidecar
Deploy alongside your agent. Kubernetes-native.
🚪
API Gateway
Plug into Kong, Nginx, or AWS API Gateway.
🧱
SDK Middleware
Add as middleware in your existing agent code.
API Example
// Check if a request should be allowed const decision = await ac.firewall.check({ agentDid: 'did:agent:incoming', request: requestPayload }); console.log(decision.action); // 'allow' | 'block' | 'quarantine' console.log(decision.rule); // which rule triggered // Add a custom rule await ac.firewall.rules.create({ name: 'block-data-harvest', condition: 'category == "data_harvest"', action: 'block' });
AC Agent Chain Assistant
Hi! I can help you with any of our 12 products, pricing, API integration, and more. What would you like to know?
Agent Chain is typing...