Category
API Gateway
Edge layer — rate limiting, JWT + API-key auth, PBAC, subscription guard, and service-binding proxies
Gateway — Developer Guide
Step-by-step guide for working on the Gateway: local development, adding new services, understanding internals, and deploying. --- | Requirement | Version | Notes | |:---|:---|:---
Gateway — Middleware Reference
Detailed reference for every middleware in apps/gateway/src/middleware/. They are always applied in this order: Rate Limit → CORS → Auth JWT or API Key → PBAC Access → Subscription
Gateway — System Overview
The Gateway is the single public entry point for every Vlozi API call. No downstream Worker blog, brain, media, etc. is reachable from the internet — all traffic must pass through
Gateway — Route Reference
Complete reference for every route the Gateway exposes. All routes are mounted under https://api.vlozi.app in production and http://localhost:8788 in local dev. --- The Gateway doe