Route with confidence
Versioned routes, regional failover, health-aware upstream selection, and bounded retries from a single endpoint.
Managed edge routing
Route, protect, and observe service traffic through a stable REST interface. API Gateway keeps authentication, quotas, retries, and request tracing consistent across your stack.
Built for the critical path
Keep service code focused on business logic. The gateway handles the repetitive controls at one predictable boundary.
Versioned routes, regional failover, health-aware upstream selection, and bounded retries from a single endpoint.
API key authentication, scoped tokens, idempotency controls, and rate limits applied before traffic reaches your services.
Every response includes a request ID. Search structured logs without stitching together identifiers from multiple proxies.
A small, stable interface
Forward traffic with a route name and standard HTTP semantics. Request IDs, limit state, and gateway timing are returned in headers on every response.
Explore headers and limits →curl https://api.vless.blog/v1/proxy/payments \
-H "Authorization: Bearer $GATEWAY_TOKEN" \
-H "Idempotency-Key: order_8291" \
-H "Content-Type: application/json" \
-d '{"amount":4200,"currency":"USD"}'
From configuration to traffic
Add a service URL and health path. Credentials stay encrypted and never appear in gateway logs.
Choose authentication, request limits, timeouts, and retry behavior with explicit defaults.
Call the route from any HTTP client and use X-Request-Id to follow each request end to end.