Credentials Stay on the ServerA Nuxt server route proxies each request, so tokens never reach the browser and CORS never applies.How It Works
Several APIs Side by SideConfigure each API once and reach all of them from anywhere in your app.Set up API Endpoints
OpenAPI SupportTyped paths, parameters, request bodies and responses, generated from your schema.Generate Clients
Errors Reach Your AppThe proxy passes the upstream status code and error payload through unchanged.Log and Handle Errors