Business Connectivity

Secure connectivity
for your team,
anywhere.

Give every employee a static IP, route traffic through your own infrastructure, and choose where your data exits the network. All managed via API — no hardware, no IT overhead.

Static IP VPN tunnel Custom breakouts Per-device policy API-managed
Contact sales
eSIM connection
Custom breakout
VPN / private tunnel

Static IP per device

Every eSIM gets a dedicated, fixed IP address. Whitelist it in your firewall, SIEM, or cloud environment. No dynamic IP surprises.

VPN to your infrastructure

Route all employee traffic through your own VPN endpoint — office, data centre, or cloud. We build the tunnel, you own what's inside it.

Custom breakout locations

Choose where your traffic exits our global network. Keep EU traffic in the EU, Asia traffic in Singapore. Full control over data paths.

Per-device network policy

Apply different rules per eSIM. Sales team in Asia uses Singapore breakout; HQ staff routes through Amsterdam. All via API.

Multi-IMSI performance

Employees always connect on the best available network in each country — no manual carrier switching, no dead zones.

Zero-trust ready

Works with your existing zero-trust architecture. Pair with your IdP and enforce network access policies at the eSIM layer.

Static IP

One IP per employee.
Always.

Assign a fixed, dedicated IP to each eSIM. Employees can work from Tokyo, Lagos, or Amsterdam — their traffic always originates from the same IP. Simplifies firewall rules, audit logs, and access control dramatically.

# Assign static IP to eSIM
PATCH /v1/esims/esim_K9mX
{ "static_ip": true, "ip": "185.66.44.12" }
VPN Tunnel

Your network,
extended globally.

We establish an encrypted tunnel between our breakout point and your corporate gateway. Traffic flows directly into your private network — no public internet exposure. Compatible with IPsec, WireGuard, and OpenVPN.

ProtocolIPsec / WireGuard / OpenVPN
EncryptionAES-256
EndpointYour gateway IP
Managed viaREST API

Your data exits
where you decide.

Choose from our global breakout locations per device, per team, or per policy. Keep sensitive data in the EU, route Asia-Pacific employees through Singapore, and let the US team exit in New York — all configured through a single API call.

EuropeAmsterdam, Netherlands 🇳🇱Primary · EU-hosted
Asia PacificSingapore 🇸🇬Low latency APAC
North AmericaNew York, USA 🇺🇸East coast
South AmericaSão Paulo, Brazil 🇧🇷
OceaniaSydney, Australia 🇦🇺
PATCH /v1/esims/{id}/policy
Set network policy
{
"breakout": "amsterdam",
"static_ip": "185.66.44.12",
"vpn": {
"enabled": true,
"protocol": "wireguard",
"endpoint": "vpn.corp.example.com"
}
}
Response 200 OK
"status": "active",
"breakout": "amsterdam",
"static_ip": "185.66.44.12",
"vpn_status": "connected",
"latency_ms": 18,
Ready to secure your team's connectivity?
Talk to our team and have your first devices connected within 24 hours.
Contact sales