EdgeWrap Documentation
EdgeWrap is a managed API gateway that protects, accelerates, and monitors your API traffic. Point EdgeWrap at your origin server, generate an API key, and every request through EdgeWrap gets WAF protection, caching, DDoS shielding, and real-time analytics — with zero infrastructure to manage.
How EdgeWrap Works
Instead of calling your API directly, your clients call EdgeWrap. EdgeWrap verifies the API key, applies your configured security rules and cache policies, and forwards clean requests to your origin.
# Before EdgeWrap
curl https://api.yourcompany.com/v1/users
# After EdgeWrap (your client sends this instead)
curl https://your-project.edgewrap.pro/v1/users \
-H "x-api-key: ek_live_xxxxxxxxxxxxxxxxxxxx"What You Get
Web Application Firewall
Block SQL injection, XSS, remote code execution, and more with one toggle. Add custom rules to block specific IPs, countries, or request patterns.
DDoS Protection
Rate limit requests per IP with configurable thresholds. Burst traffic is challenged or blocked automatically before it reaches your origin.
Edge Caching
Cache GET responses globally. Serve cached content in milliseconds, reduce origin load by up to 80%, and set custom TTL per path.
Real-Time Analytics
See every request in real time: latency, cache hit rate, error rate, top paths, country breakdown, WAF blocks, and bot traffic.
Circuit Breaker
Stop hammering a failing origin. When your API returns errors, EdgeWrap opens the circuit, serves cached responses, and retries once it recovers.
Secret Shield
ProAutomatically redact API keys, tokens, and PII from request and response bodies so sensitive data never leaks into your logs.
AI Geo Routing
ProRoute EU users to your EU origin and US users to your US origin automatically. Enforce GDPR data residency without code changes.
AI Insights
ProAutomatically surface anomalies, traffic spikes, and error patterns in plain English. No dashboards to configure — insights appear automatically.
Base URLs & Dashboard
Dashboard UI
Configure gateways, view logs & threat feeds.
https://app.edgewrap.proDashboard API
Manage projects, keys, and settings.
https://server.edgewrap.pro/v1Edge Proxy
Route your API traffic through EdgeWrap.
https://{your-project}.edgewrap.proAuthentication
Dashboard API
Use a session token (JWT) obtained by logging in.
Authorization: Bearer eyJhbGci...Edge Proxy
Use an API key generated in your project dashboard.
x-api-key: ek_live_xxxxxxxxxxxxxxxxxxxx