Ship gradually
Send a slice of a link's traffic to a new endpoint, watch it, then ramp to 100% — or roll back by changing the weights. No redeploy.
Routing infrastructure for links
Point one short link at many destinations. Weight them, reroute them by API — all on your own domain. Built for developers, priced on traffic, with no cap on links.
Select a target by — hover to preview
What you can build
Send a slice of a link's traffic to a new endpoint, watch it, then ramp to 100% — or roll back by changing the weights. No redeploy.
Generate links one per customer, per tenant, per record — straight from the API, with no cap on how many you create.
Spread traffic across destinations with weighted or round-robin selection, and repoint it after the link is already out in the world.
Delegate a link subdomain to us and every subdomain and certificate is provisioned automatically — or point a CNAME and keep DNS where it is.
Security
A link that can be repointed by API needs guardrails that keep working after it's live. Ours run continuously, not just once at setup.
We confirm you control a domain before it can route traffic — and re-verify on an ongoing basis, not only the day you add it.
Every domain and target is risk-scored and checked against threat blocklists when it's set and on a recurring schedule, so a live link can't be quietly repointed at something malicious.
A direct path to report any link, and prompt review of what's flagged — keeping shared infrastructure clean for everyone on it.
For developers
Create routes, add targets, and change weights from code. Official SDKs for Go, Python, and JavaScript, plus a full OpenAPI specification you can generate a client from in any language.
# Shift 10% of traffic to a canary — one call curl -X POST https://api.divert.ly/v1/routes \ -H "Authorization: Bearer $DIVERTLY_TOKEN" \ -d '{ "domain": "go.acme.dev", "path": "/launch", "targets": [ { "url": "https://app.acme.dev/v2", "weight": 90 }, { "url": "https://app.acme.dev/v3-canary", "weight": 10 } ], "selection": "weighted" }'
// Illustrative — SDK surface and endpoint shape not final.
Pricing
Unlimited routes and targets on every plan. The API is included everywhere — including free.
No per-seat pricing. No link caps. Usage past a plan's monthly allowance bills at a flat per-redirect rate.
Tell us what you'd route, and we'll get you in.