Control access to your LLM APIs with IP-based whitelist restrictions. Allow only trusted IP addresses to access your AI services and block unauthorized requests before they reach your backend.
Comprehensive access control for your LLM API infrastructure
Instant IP validation at the network edge. Block unauthorized requests before they consume any resources.
Support for CIDR blocks to whitelist entire IP ranges efficiently. Define network segments with ease.
Create different whitelists for different endpoints, users, or applications with granular control.
Add or remove IP addresses without restarting your proxy. Changes take effect immediately.
Complete audit trail of all access attempts, both allowed and blocked, for security analysis.
IP filtering happens at the connection level with no impact on request latency for allowed IPs.
Flexible IP address formats for different use cases
# IP Whitelist Configuration ip_whitelist: enabled: true default_action: "deny" # Deny all by default whitelists: # Production servers - name: "production" ips: - "192.168.1.0/24" # Production network - "10.0.1.100" # CI/CD server endpoints: - "/v1/*" # All v1 endpoints # Office network - name: "office" ips: - "203.0.113.0/24" # Office IP range endpoints: - "/v1/chat/*" - "/v1/models" # Dynamic DNS - name: "dynamic" dns_names: - "api-client.example.com" refresh_interval: 300 # Refresh every 5 minutes logging: log_allowed: true log_denied: true include_headers: false
First line of defense - block unauthorized IPs at the network edge.
Control request volume even from whitelisted IPs to prevent abuse.
Require API keys or OAuth tokens for additional verification.
Granular permissions for what each authenticated user can access.
Optimized connection pools for whitelisted IP addresses with dedicated resources.
Configure fallback policies that respect IP whitelist restrictions.
Detailed analytics including IP-based access patterns and blocked request metrics.
Combine IP restrictions with PII protection for comprehensive data security.
Implement IP whitelist protection for your LLM APIs in minutes with our comprehensive solution.