Ship & run

Versions, environments & instant rollback

Run dev, staging and prod with separate upstreams and keys, ship new API versions side-by-side, and roll back to any previous config in one move.

  • Concurrent versions — /1.0.0 and /2.0.0 live at once
  • Per-environment targets (dev / staging / prod)
  • Every deploy tracked; roll back instantly
  • Separate API keys per environment
add a version · retarget an environment
$ npx apiblaze create --name myapi \
    --target https://api-v2.example.com --apiversion 2.0.0
  ✓ /2.0.0 live alongside /1.0.0

$ npx apiblaze target myapi --env dev \
    --url https://dev.example.com
  ✓ dev now forwards to dev.example.com

Ship without fear

Parallel versions

Old and new versions serve at once — migrate consumers on their schedule.

Environments

Point dev/staging/prod at different upstreams, each with its own keys.

One-click rollback

Restore a known-good deployment instantly from history.

Try it in 30 seconds

No signup required. Claim it to your account whenever you’re ready.