Sign up, point to your backend, and start proxying. No code changes required.
Create your free account at backport-io.vercel.app/auth/signup. Enter your email and choose a password.
A 6-digit OTP is sent to your email. Enter it to verify your account. Your API key is returned automatically after verification.
Go to Dashboard → Settings → Target Backend URL. Enter the URL of your existing API server (e.g. https://my-api.example.com).
Send requests through the Backport gateway using your API key. All traffic passes through WAF, rate limiting, caching, and idempotency before reaching your backend.
Block malicious requests before they hit your server. Enable WAF from dashboard settings.
WAF: ON | Rate Limit: 60 req/min | Cache: OFFCache frequently accessed GET data. Ideal for analytics, lists, and dashboard endpoints.
WAF: ON | Rate Limit: 60 req/min | Cache: ON | TTL: 5 minUse idempotency keys on checkout endpoints to prevent double-charging on retry.
WAF: ON | Rate Limit: 30 req/min | Idempotency: ONFree plan available. No credit card required.