Connectivity-as-a-Service

Censorship-resistant proxy,
one API call.

Request a short-lived SOCKS5 / HTTP proxy endpoint over HTTPS and route traffic through clean, unblockable exit IPs. No SDK, no binary — just a standard proxy your code already speaks. Metered per-GB.

Get started Pricing

How it works

Three moving parts. Your code only touches a standard proxy.

🔑
1 · Authenticate

Your API key mints a session — a temporary username/password + TTL.

🔌
2 · Connect

Point any SOCKS5/HTTP client at the endpoint with the session creds.

📊
3 · Pay for what you use

Traffic is metered per-GB, both directions. Query usage anytime.

Quickstart

Three calls. Works from any language.

# 1 · mint a session (your API key)
curl -s -X POST https://edge.vaegis.co/v1/edge/session \
  -H "Authorization: Bearer $API_KEY" \
  -d '{"ttl_sec":3600,"label":"job-1"}'
# → { "username":"se_…", "password":"…", "socks5":"edge.vaegis.co:1080", "http":"edge.vaegis.co:8888" }

# 2 · use it — SOCKS5 (remote DNS) or HTTP CONNECT
curl --socks5-hostname "se_…:PASSWORD@edge.vaegis.co:1080" https://example.com/
curl -x "http://se_…:PASSWORD@edge.vaegis.co:8888" https://example.com/

# 3 · check usage & cost
curl -s https://edge.vaegis.co/v1/edge/usage -H "Authorization: Bearer $API_KEY"
# → { "gb":1.23, "cost_estimate_usd":1.23, "sessions_total":42 }

Python (requests + PySocks): proxies={"https":"socks5h://se_…:PW@edge.vaegis.co:1080"} · Node: socks-proxy-agent. Full guide in the quickstart doc.

Pricing

Pay for bandwidth. No seats, no minimums to start.

Free trial

1 GB total
  • 2 concurrent sessions
  • Datacenter egress
  • Full API

Pro

$1 / GB
  • Metered, both directions
  • Up to 16 concurrent
  • SOCKS5 + HTTP CONNECT
  • Usage API + invoices

Volume

Custom
  • Committed GB, lower $/GB
  • Higher concurrency
  • Priority support

API

MethodPathAuth
POST/v1/edge/sessionAPI key
GET/v1/edge/sessionAPI key · list active
DELETE/v1/edge/session/{id}API key · close
GET/v1/edge/usageAPI key
GET/v1/edge/invoicesAPI key

Get a free trial key

Self-serve — your key + 1 GB of free traffic, instantly. No card required.

Volume / custom? Email edge@vaegis.co. Datacenter egress only; acceptable-use policy applies.

Upgrade to Pro

Add a card to lift the trial cap — metered per-GB, up to 16 concurrent sessions.