Fastly Unveils Edge AI Firewall and Runtime Controls to Intercept Machine Traffic at Line Rate
Fastly introduced a new set of capabilities—AI Runtime Control, AI Firewall, and enhanced API Security—deployed directly across its global 622 Tbps programmable edge network. AI Runtime Control acts as an edge proxy that centralizes model invocations across multi-cloud and self-hosted environments using virtual keys, surfacing real-time token spend metrics and enforcing rate limits and automatic failovers. Simultaneously, AI Firewall evaluates prompts directly within the edge request path to block prompt injection and LLM-targeted exploits without requiring extra hops to centralized security appliances.
This release tackles the operational crunch facing DevOps and platform engineers whose services are inundated with automated requests. Fastly disclosed that machine-generated traffic recently crossed the 50% threshold across its network, with autonomous AI traffic outpacing human traffic by 6.5 times. When autonomous agents generate millions of API calls, inspecting inputs on expensive GPU clusters inside the core application cluster creates severe latency spikes and infrastructure cost overruns. By evaluating LLM payloads at the perimeter, infrastructure teams can drop invalid or malicious requests early, protecting downstream inference pipelines from both budget drain and exploit attempts.
This shift fits into a broader evolution in edge computing: transitioning edge nodes from static caching and basic Web Application Firewalls (WAF) into active AI traffic controllers. As organizations migrate from experimental GenAI sandboxes into multi-agent production architectures, point-solution proxies like LiteLLM or standalone reverse proxies hosted on Kubernetes become scaling and availability bottlenecks. Edge-native providers like Fastly and Cloudflare are positioning their distributed networks as the default routing, metering, and governance mesh for distributed AI traffic.
For platform and cloud engineers, this architecture simplifies credential lifecycle management and eliminates the need to maintain bespoke proxy fleets. Using edge-level virtual keys prevents direct API credential exposure while enabling dynamic load balancing across competing inference endpoints during outages. However, teams should carefully evaluate classifier latency overhead when running complex semantic checks at the edge and ensure fallback rules do not inadvertently drop legitimate, highly structured agent payloads.
Read original source