Intelligence
Enrich requests with geo, ASN, network type, proxy, VPN, datacenter, bot, device, and risk signals.
Resolve known traffic with deterministic edge rules. Add bounded model intelligence when the signals become ambiguous.
Radixing turns raw request data into a clear, programmable decision before traffic reaches your destination.
Enrich requests with geo, ASN, network type, proxy, VPN, datacenter, bot, device, and risk signals.
Compose readable policies from request context, with predictable priority and explicit outcomes.
Allow, block, redirect, route, or rate limit traffic at the edge without changing application code.
Inspect request history, traffic composition, rule hits, and outcomes from one focused operational view.
Radixing is integrating Jev as a bounded second-stage classifier for traffic that deterministic rules cannot confidently describe. It reads sanitized signals, returns typed probabilities, and never bypasses the policy engine.
Known fingerprints and hard policy matches stay on the fast, predictable rule path.
Only eligible, unresolved traffic becomes a small set of sanitized features for probabilistic classification.
Versioned local policy decides what supported classifications may do. The model cannot invent a route.
Radixing turns request classification into explicit, testable traffic policies. Identify datacenter IPs, VPNs, proxies, bots, crawlers, devices, locations, and campaign traffic before routing each request.
Built for legitimate conditional delivery, traffic protection, localization, quality assurance, and campaign verification. The same policy is visible to operators and applied consistently at the edge.
Capture request, network, device, and campaign signals.
Resolve identity, network type, automation, and risk.
Evaluate ordered policies against the enriched request.
Send the request to the right destination and record why.
Radixing's deterministic decision core is open source. Review, test, and self-host the policy engine, or use the managed platform for traffic signals, edge execution, telemetry, and operational controls.
Versioned policies, explainable rule evaluation, bounded traffic evidence, and an optional Jev decision gateway.
View source on GitHub/v1/intelligence// Request
{
"ip": "203.0.113.42",
"user_agent": "Mozilla/5.0..."
}
// 200 · 6ms
{
"country": "US",
"network_type": "residential",
"proxy": false,
"bot": false,
"risk_score": 2
}
Conditional delivery identifies a request and serves or routes it using signals such as IP type, location, device, campaign source, or bot status. Radixing expresses those decisions as readable policies with logs.
Radixing provides campaign verification, traffic classification, and conditional routing infrastructure. Teams control their policies and destinations while every decision remains explicit and auditable.
A WAF primarily decides whether a request is dangerous. Radixing determines what the traffic is, which policy applies, and where that request should go.
Yes. The MIT-licensed traffic engine contains the pure policy and evidence core. Your host supplies trusted signals and executes decisions; Radixing's managed platform adds ingress, enrichment, telemetry, and operations.
Radixing is opening early access for teams building traffic-sensitive products.
Talk to us