Ship & run
Sidecar your Next.js app
npx apiblaze init wires the sidecar into your app: every external call it makes shows up in your dev console. Approve an origin and its traffic routes through APIblaze — auth, rate limits, observability — with zero code changes.
- One command: npx apiblaze init
- Observe first — nothing is touched until you approve
- approve / deny / remove per origin
- Dev-only /abz-inspector page included
npx apiblaze init — observe, then approve
$ npx apiblaze init && npm run dev
[apiblaze/sidecar] active — approved origins route
through APIblaze; the rest go direct.
[apiblaze/sidecar] direct (not approved)
→ https://api.stripe.com
$ npx apiblaze sidecar approve api.stripe.com
✓ proxy created — api.stripe.com now
routes through APIblazeObserve, then approve
See every call
Each external origin your app talks to surfaces as a candidate in the dev console.
Approve to route
apiblaze sidecar approve creates the proxy and routes that origin through it.
Zero code changes
Your fetches are unchanged. Unapproved origins always go direct.
Try it in 30 seconds
No signup required. Claim it to your account whenever you’re ready.