Product

Introducing MultiTool: Move fast without breaking things

We’re excited to launch the public beta of MultiTool, a progressive delivery tool that helps teams catch production bugs before they impact users.

Every team knows the pressure of a crucial production release. The code is merged, tests pass, staging checks out. But live traffic is the real test. Engineers scan metrics, wait for alerts, and hope nothing slipped through. We built MultiTool to give teams a proactive way to safeguard their user experience. It detects regressions as they emerge and automatically rolls back unstable changes.

Software moves fast. Failures shouldn’t.

Most teams today face a familiar tradeoff: ship fast and monitor later, or slow down and manually babysit releases. MultiTool gives you a third option: agentic deployments, canary rollouts that are automatically monitored, evaluated, and promoted in real time.

Instead of waiting for alerts to fire or dashboards to show spikes, MultiTool watches each deployment as it happens. It promotes stable rollouts and rolls back risky ones — automatically.

Say you push a change to your billing API. MultiTool shifts 10% of traffic to the new version. Within minutes, 500 errors spike. The deployment is automatically rolled back. No paging, no guesswork, no impact to the other 90% of users.

How MultiTool works

MultiTool consists of two parts:

  • The MultiTool CLI, which runs locally or in CI to initiate deployments.
  • The MultiTool app, where you configure applications and monitor rollout behavior.

You define your application once in the MultiTool app. Then, with a single CLI command, multi run, it deploys a new version. MultiTool automatically analyzes service behavior, tracks metrics over time, and decides whether to promote, pause, or revert.

Deployment event log in the MultiTool app

Built by engineers, for engineers

We started building MultiTool with a simple conviction: that engineering teams shouldn't have to choose between moving fast and staying safe. Progressive delivery, when done well, makes it possible to release confidently without compromising user experience or developer velocity. This approach has been widely adopted by industry leaders. For instance, Google employs progressive delivery strategies to gradually roll out new features and ensure reliability before a full release . This practice underscores the growing importance of progressive delivery in modern development workflows.

After several months of focused development and internal testing, we’re sharing MultiTool with a wider audience. We’re excited to see real teams use the platform. Your feedback at this stage will play a critical role in shaping what comes next!

What’s included in the beta

The MultiTool beta supports:

  • Deployments to Lambda functions behind a REST API Gateway
  • An agent monitoring service disruption that builds performance models based on past releases
  • Local and CI-based workflows
  • A fully self-serve app and open-source CLI

Anyone can sign up for free. See Pricing for more plan details.

What’s coming next

We’re still early with an ever expanding list of features we want to build for the future. Here's what’s on the horizon:

  • 🌍 Support for platforms beyond AWS, including Cloudflare Workers, Vercel, and Kubernetes
  • 🧑‍🤝‍🧑 Collaborative workspaces so teams can deploy together
  • ⚙️ Custom rollout configs and richer observability

If there’s something you need, let us know! We want MultiTool to work for real teams solving real deployment problems.

To our early users: thank you

If you’re giving MultiTool a try, you're among the first to use it in the wild. Your feedback is invaluable to us, and we want to know what’s working, what’s confusing, and what’s missing for you. You can submit bug reports and feature requests on GitHub. And if you need to get in touch with us directly, we’re always available at support@multitool.run.

We’re building MultiTool to make safe deployments feel easy. Thanks for being here at the start! Check out our other blog posts for information on agentic deployment, canary deployment, canary releases and blue-green deployment.

— The MultiTool team