p95 latency
Daily latency samples so you can spot upstream regressions early.
Allowlist hosts and paths, enforce CORS, per-minute quotas, security policy, and daily p95 latency — one dashboard. Self-hostable.
CORS · RATE LIMIT · ANALYTICS
Stop wiring CORS middleware into every microservice — configure once in the panel.
DocumentationGET /proxy?url=https://api.example.com/v1/resourceX-CorsAPI-Key: YOUR_PROJECT_KEYOrigin: https://yourapp.comSuccessful responses include quota and rate-limit hints in headers.
CORS solved
Quotas & p95
Self-hosted
Built for production teams
p95 latency
Daily latency samples so you can spot upstream regressions early.
Per-minute quotas
429 when exceeded — protect upstream APIs and your budget.
Your infrastructure
Account and project data stay in the database you host — not ours.
A secure browser-to-API path in three steps: define your project, send your key — CORS, quotas, and security apply automatically on every request.
01
Define browser origins and allowed upstream hosts and path prefixes.
02
Use X-CorsAPI-Key or Authorization: Bearer from the browser or server.
03
CORS, quotas, and security rules apply automatically to every request.
One control plane for browser traffic: allowlists, observability, and guardrails.
Origin allowlists and OPTIONS preflight handled for you — no ad-hoc headers in upstream services.
Only defined upstream hosts and path prefixes are reachable — never an open relay.
Daily requests, 4xx/5xx, and latency samples in one place.
IP allowlists, method and body limits, and header filters from the dashboard.
SMTP verification on sign-up and password reset flows.
Data export and account deletion in settings — built for GDPR-style workflows.
Direct browser calls
CORS often blocks cross-origin requests; putting secrets in the client is unsafe; you get no central observability.
Through CorsAPI
Explicit allowlists, API keys at the edge, per-route quotas, and latency insight — without exposing upstream credentials to users.
Explore CorsAPI
Anchor your navigation: documentation, features, then bookmark these in-depth guides.
Yes. Register, create projects, and use the proxy for free. Shared free-tier caps apply (see docs and GET /api/plan/limits).
Traffic only goes to host and path rules you define; it is not a random open relay.
Send it with X-CorsAPI-Key or Authorization: Bearer. See the docs for a curl example.
Account and project data live in your self-hosted database. Export and delete account are available in settings.
Yes. Organizations let you collaborate; projects attach to your workspace with roles for owners, admins, and members.
The backend exposes OpenAPI. Swagger UI is off by default in production; enable it with SWAGGER_ENABLED when you are ready.