// ENTERPRISE / COMPLIANCE_GUARANTEE

INFRASTRUCTURE AT GLOBAL SCALE

Enterprise demands isolation, speed, and reliability. Limiter.io provides single-tenant setups, unlimited execution streams, custom SLA rules, and multi-region synchronization.

Dedicated Edge Deployments

Deploy isolated rate limit nodes co-located with your servers. Reached globally via Anycast routing for absolute minimum network latency.

Dynamic SLA Commitments

Legally backed SLA uptime guarantees of up to 99.999% with dedicated site reliability engineer coverage on-call 24/7.

VPC Peering & Cryptographic Shields

Route all configuration and execution traffic securely through AWS VPC Peering, GCP Interconnect, or private Cloudflare Tunnels.

Compliance & Audit Vault

Access logs mapped directly for SOC2 Type II, GDPR, and PCI-DSS compliance audits. Secure, write-once storage with immediate export.

Enterprise custom rules engineVPC_LUA_COMPILATION

Standard rate limiters bind you to rigid algorithm constraints. Our Enterprise layer features a **Custom Sandboxed Lua Engine**. You can write and deploy custom rate logic directly from the console, syncing to edge nodes in under 2 seconds.

Perfect for complex pricing models (e.g. rate limit based on payload size, query parameters, user tier status, or API token balance).

CUSTOM_RECONCILE.lua
local balance = redis.call("GET", KEYS[1])
local weight = tonumber(ARGV[1])
if balance and tonumber(balance) >= weight then
  redis.call("DEBY", KEYS[1], weight)
  return 1
end
return 0

DISCUSS TECHNICAL REQUIREMENTS

Ready to design a low-latency rate limiting architecture for your services? Connect with an SRE infrastructure engineer.

Contact sales@limiter.io