A live, secured endpoint in one command
Point APIblaze at any URL and get a serverless proxy on its own subdomain — no infra, no deploy step, no signup. Your backend never changes.
- npx apiblaze create → live HTTPS endpoint in ~30 seconds
- npx apiblaze init sidecars a Next.js app — approve origins, zero code changes
- npx apiblaze dev tunnels your localhost and streams live traffic
- Versions, environments (dev/staging/prod) and rollback built in
- Runs serverless on Cloudflare’s edge — scales to zero, scales to millions
$ npx apiblaze dev 3000
✓ tunnel open → https://braveotter42.abz.run → http://localhost:3000
200 GET /users/42 18ms
201 POST /orders 31ms
404 GET /favicon.ico 4ms
200 GET /users/42/cart 22ms
Everything you need to run an API in production
Zero-config hosting
No servers, no containers, no YAML. One command and your API is live behind a managed proxy.
Dev tunnel
npx apiblaze dev exposes localhost over a public endpoint and streams every request — perfect for webhooks and integrations.
Versions & environments
Run dev, staging and prod with separate targets and keys. Ship a new version without breaking the old one.
Deploy history & rollback
Every change is tracked. Roll back to a known-good config in one click.
Custom domains
Keep *.apiblaze.com or bring your own domain via Cloudflare DNS.
Live traffic capture
Watch real requests as they happen — the same traffic that powers auto-generated OpenAPI specs.
Try it in 30 seconds
No signup required. Claim it to your account whenever you’re ready.