Traffic routing
The same edge that decides flags and variants can also decide where the request goes. Split traffic across origins by weight, segment, or experiment — no separate load balancer config, no redeploy.
Rule types
/checkout → /checkout-v2 with no client-visible redirect.Origin split
Point a slice of traffic at a new origin and grow it as confidence builds. Pair it with a rollout policy and the weight advances — and retreats — on its own.
Targeted by the same rules
Every routing rule carries a match_rules condition tree — the
same recursive AND / OR / NOT structure that powers
segments. Route EU mobile traffic to one
origin and everyone else to another with a single rule, no glue code.
AyBee is in development. Get early access and we'll reach out personally.