One Static Outbound IP for All Your Cloud Workloads

A dedicated outbound IP for Vercel, Netlify, Fly.io, GitHub Actions, and Kubernetes, without running networking infrastructure.

Need help with rollout, region strategy, or protocol setup?

One egress point. Fully isolated. Always available.

A single IP address you can use from anywhere, with no changes to your infrastructure

Rayley is a hosted egress proxy. Point your app at it from any platform — Vercel, GitHub Actions, Kubernetes, a VM — and every outbound request leaves from a single static IP you control, ready to allowlist with Stripe, Plaid, a customer's database, or any other upstream.

View integration docs

Why DIY Static IPs Are a Pain

Running your own NAT gateway or proxy means operating production networking infrastructure. When VMs fail, IPs rotate, or regions go down, you're managing availability and routing instead of building features.

Rayley eliminates this operational overhead with dedicated IPs and zero infrastructure to manage.

  • VM lifecycle management and NAT gateway uptime
  • Health checks, monitoring, and automated failover logic
  • Cross-region firewall rules and security group configuration
  • IP reputation monitoring and address rotation
  • Multi-tenant interference and resource contention
  • Security patching, CVE tracking, and OS upgrades
  • Egress observability: logs, metrics, alerting, and on-call
  • Predictable IP lifecycle without manual intervention

Built for production. Operated by engineers.

Dedicated static egress with predictable IPs, isolation per customer, and an engineering-first ops posture.

Dedicated outbound IP

Your own static egress IP that stays predictable and stable. Never shared, never rotated.

Regional routing

Run Rayley close to your target API to reduce latency and improve reliability.

Automatic failover

Health-checked proxies with instant reroute on failure. No manual intervention.

Full TCP support

HTTP, HTTPS, WebSockets, Postgres, MySQL, gRPC, and any other TCP-based protocol.

Transparent incidents

Postmortems for every outage, with root cause and remediation steps.

Engineer support

Designed, operated, and supported by the engineers who built Rayley. No handoffs or ticket ping-pong.

Easy Integration for Developers

Use Rayley from CI/CD and backend runtimes with the same allowlisted outbound IP as your production systems.

const PROXY_TOKEN = process.env.RAYLEY_TOKEN;

const response = await fetch('https://api.example.com/data', {
  proxy: 'https://proxy.rayley.com',
  headers: {
    'Proxy-Authorization': `Bearer ${PROXY_TOKEN}`,
  },
});

const data = await response.json();
console.log(data);
Plans & Pricing

Reliable static IPs built
for production workloads.

No shared IPs. No surprise fees. Instant setup.
Save 20% with annual billing
Developer
For side projects, internal tools, and light workloads.
$29
Billed monthly
Shared outbound static IP
1 region
Up to 1M requests / month
HTTP(S) + WebSockets
Basic metrics dashboard
Email support
Talk to an engineer
Popular
Production
Best for production apps connecting to Enterprise systems.
$99
Billed monthly
3 dedicated outbound IPs
Up to 3 regions
Up to 10M requests / month
All TCP protocols (Postgres, MySQL, SMTP)
Auto-failover + health checks
Detailed metrics & logs
Priority support
Talk to an engineer
Enterprise
For mission-critical and high-volume workloads.
Custom
Custom IP and region counts
Higher throughput & bandwidth
Dedicated Slack/Teams channel
Custom SLAs
Compliance support
SSO/SAML
Talk to an engineer

Frequently asked questions

If something isn't clear, you can always talk directly to an engineer.

One static outbound IP.Zero networking infrastructure.

Works wherever your code already runs.