A SOCKS5 / HTTP CONNECT residential proxy built for VPN operators, streaming integrators and ad-verification crews. Sticky sessions until you rotate, billed purely per byte from €10/TB.
Vela for Business is a UK residential SOCKS5 and HTTP CONNECT proxy gateway. One credential speaks both protocols: the username encodes routing (session, country, service), the password is your API key. We hold sticky bindings until you rotate, allow-list streaming SNIs at the gateway, and bill per byte — upstream + downstream — from a pre-paid wallet.
# SOCKS5 (ATYP=3 / socks5h)
# session = YOUR end-user's id → each gets its own dedicated
# sticky UK residential IP. One account, unlimited concurrent sessions.
curl --socks5-hostname \
'vela-acme-session-u42-country-uk-service-netflix:sk_live_xxxx@gateway.vela.watch:1080' \
https://www.netflix.com/uk/
# Rotate (binding released, session id alive)
curl -X POST -H "Authorization: Bearer $JWT" \
-d '{"session":"u42","country":"UK"}' \
https://vela.watch/v1/b2b/proxy/rotate{
"session": "u42",
"country": "UK",
"exit_id": "fnv:8c1f…", // opaque
"sticky": true,
"ttl_s": null // until you rotate
}
// HTTP CONNECT on the same credential
// Proxy-Authorization: Basic base64(user:key)
HTTP/1.1 200 Connection establishedFull curl / Python / Node / Go snippets, username spec, REST API & webhooks in the developer docs.
Self-serve a key, or talk to a human. We answer fast and route directly — no SDR gauntlet.
Create a business account