Product Updates

We ship fast to help you ship faster
Arrow Left
Arrow Right
8/14/2026
Permalink ›

🧪 Layers Targeting

Setting up Layers when creating an experiment is now easier than ever.

What you can do now

  • See Layers as a top-level Targeting option alongside ID Type and Target Applications.

  • Pick a layer and have ID Type and Target Applications auto-fill and lock automatically.

  • Clear the layer to unlock those fields and keep your values.

  • See Target Applications displayed by name rather than a raw count

Why this matters

Layers keep experiments mutually exclusive, preventing cross-experiment contamination across your project. With Layers now a top-level option in the Create Experiment modal, setting them up correctly takes less effort from the start.

Try it out

Open the Statsig console and create a new experiment to try it out.

8/12/2026
Permalink ›

✏️ Create Modals Updates

You can now give gates, experiments, and dynamic configs the same display name.

What you can do now

  • Use duplicate display names across feature gates, experiments, dynamic configs, and their templates.

  • When a name collision occurs, the ID auto-resolves to the smallest free suffix (checkout_flow becomes checkout_flow_1) and Create stays enabled with an info note instead of a dead-end error.

  • Edit the auto-generated ID inline by hovering or focusing the row and clicking the pencil icon.

  • Works across create, clone, and rename flows.

Why this matters

Before this, two entities with the same display name hit "ID already in use" and teams with naturally similar naming conventions had to add arbitrary suffixes just to get past the create step. Now display names can reflect what something actually is, while uniqueness is still enforced on the ID.

Try it out

Open the Statsig console and create a new gate, experiment, or dynamic config with a name that already exists to see the new flow in action.

8/11/2026
Permalink ›

🎯 Reorder+ Insight Targeting Rules

Managing targeting rule order is now faster and more intuitive.

What you can do now

  • Drag any rule by its IF / ELSE IF rail to reorder it inline — no more opening a separate Reorder Rules modal.

  • Hover on any rule to reveal an "Insert new rule" button and drop a new rule exactly where you want it, instead of adding to the bottom and dragging it up.

  • Precedence labels update live as you drag so you always know where a rule will land

Why this matters

Rule order matters in targeting. Before this, reordering required a separate modal. Now, you can build and adjust targeting logic directly in the editor without breaking your flow.

Try it out

Open any feature gate, experiment, or dynamic config in the Statsig console and try dragging or inserting a targeting rule.

🗑️ Delete a Single Feature Gate User Override

You can now remove an individual user from a Feature Gate override without touching the rest of the list.

What you can do now

One new endpoint is available on statsigapi.net/console/v1/:

DELETE /console/v1/gates/{gateName}/overrides/userID/{userID}

Why this matters

Before this, removing a single user override meant fetching the full override list, mutating it locally, and re-posting it, which could be risky when test runs are happening concurrently. Now, you can target and remove exactly one user, leaving every other override untouched.

Try it out

Review the full API reference in the Statsig Console API docs.

🚨 PagerDuty Integration for Topline Alerts

Statsig Topline Alerts can now page PagerDuty directly.

What you can do now

  • Add PagerDuty services to the Integrations catalog once with a name and Events API v2 routing key.

  • Select one or more PagerDuty services per alert in the Notifications settings.

  • Test your wiring end-to-end before you rely on it — test pages are tagged [TEST] and never collide with real incidents.

  • Deleting a PagerDuty service that an alert still references is blocked, and disabled integrations are clearly flagged.

Why this matters

Topline Alerts catch anomalies in your most critical product metrics, but a notification that in Slack or email isn't always enough when something is on fire. Now, the same alert that fires in Statsig can page your on-call team in PagerDuty, closing the gap between detecting a problem and fixing it quickly.

Try it out

Go to Integrations in the Statsig console, add your PagerDuty service, then open any Topline Alert and configure PagerDuty under Notifications.

Learn more in the Statsig Topline Alerts docs.

7/29/2026
Permalink ›

✅ Autotune Reviews via Console, Console API, and MCP

You can now submit Autotune changes for review and manage the full review lifecycle across the console, Console API, and MCP.

What you can do now

  • Submit Autotune configuration changes for review before they reach production.

  • Approve, reject, or cancel in-flight Autotune reviews from the console, via CAPI, or through the MCP.

  • Teams with reviews required can now enforce that same approval workflow on Autotunes, the same way they do for gates and experiments.

Why this matters

Teams running Autotune for high-stakes decisions need the same guardrails they have everywhere else. Any change to a live Autotune can shift traffic allocation immediately, so being able to require an approval before it goes out matters. Reviews are now consistent across gates, experiments, and Autotunes.

Try it out

If you have the Statsig MCP set up, try a prompt like:

"Using the Statsig MCP, open a review to update the winner threshold on autotune_name and submit it for approval."

Learn more in the Statsig Reviews docs.

7/28/2026
Permalink ›

🔧 Holdouts Now Accepts Public Gate IDs

PATCH /console/v1/holdouts/{id} now resolves public gate IDs for targetingGateID, the same way gateIDs and experimentIDs already do.

What you can do now

  • Set targetingGateID to a public gate ID — the slug CAPI returns as id on all write paths — without hitting a 500.

  • Internal IDs still work, so existing GET-edit-PUT round-trips are unchanged.

  • An unknown gate now returns a clean 400 instead of a 500 null still keeps the existing gate, "" still clears it.

Why this matters

Now, targetingGateID behaves consistently with the rest of the PATCH endpoint.

Try it out

Review the full API reference in the Statsig Holdouts Console API docs.

7/20/2026
Permalink ›

📊 Topline Impact in Warehouse Native

Composite metrics now show the full Topline Impact panel in Warehouse Native experiment results.

What you can do now

  • See absolute and projected launch impact for composite metrics, the same way you can for ratio, funnel, and retention metrics.

  • Each component's daily value is computed and combined with its operator before rolling up, so the impact calculation reflects the full composite definition.

Why this matters

Topline Impact tells you the real daily effect your experiment is having on a metric across your entire user base. Now, composite metrics are fully supported, so you can make shipping decisions with the same confidence you have on any other metric type.

Try it out

Open any Warehouse Native experiment result and select a composite metric to see Topline Impact. Learn more in the Statsig Topline Impact docs.

7/20/2026
Permalink ›

☁️ Athena Now Supports Gate and Experiment Keys with . and -

Athena users can now use dots and hyphens in gate and experiment keys without any workarounds.

What you can do now

  • Use . and - in gate and experiment keys on Athena, the same way BigQuery and Databricks Warehouse Native users already can.

  • Existing keys without . or - are untouched. No renaming or migration needed.

Why this matters

Teams running Athena had to avoid dots and hyphens in gate and experiment keys entirely. Now, you can use any naming convention on Athena without workarounds or renaming.

Try it out

No action needed. Start using . and - in your gate and experiment keys on Athena today.

Learn more in the Statsig Warehouse Native docs.

7/13/2026
Permalink ›

🔐 Granular Delete Permission for Configs

You can now separate the ability to delete configs from the ability to edit them.

What you can do now

  • Manage Edit, Archive, and Delete as distinct permissions on your Role Permissions page

Why this matters

Previously, delete was bundled into a single "Edit Delete Configs" permission with no way to separate them. Now, you can grant edit access broadly and keep delete access narrow, without having to create workarounds or roles with too many extra permissions.

FYI!

This is opt-in and not on by default. To enable granular delete permissions for your organization, contact your Statsig account team. Once enabled, the separate Delete permission will appear on your Role Permissions page under Project Settings.

Try it out

Learn more in the Statsig Access Management docs.

Loved by customers at every stage of growth

See what our users have to say about building with Statsig
OpenAI
"Statsig's experimentation capabilities stand apart from other platforms we've evaluated. The ease of use, simplicity of integration help us efficiently get insight from every experiment we run. Statsig's infrastructure and experimentation workflows have also been crucial in helping us scale to hundreds of experiments across hundreds of millions of users."
Paul Ellwood
Head of Data Engineering
SoundCloud
"We evaluated Optimizely, LaunchDarkly, Split, and Eppo, but ultimately selected Statsig due to its comprehensive end-to-end integration. We wanted a complete solution rather than a partial one, including everything from the stats engine to data ingestion."
Don Browning
SVP, Data & Platform Engineering
Whatnot
"Excited to bring Statsig to Whatnot! We finally found a product that moves just as fast as we do and have been super impressed with how closely our teams collaborate."
Rami Khalaf
Product Engineering Manager
"Statsig has enabled us to quickly understand the impact of the features we ship."
Shannon Priem
Lead PM
Ancestry
"I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig."
Partha Sarathi
Director of Engineering
"Working with the Statsig team feels like we're working with a team within our own company."
Jeff To
Engineering Manager
"[Statsig] enables shipping software 10x faster, each feature can be in production from day 0 and no big bang releases are needed."
Matteo Hertel
Founder
OpenAI
"Statsig has been an amazing collaborator as we've scaled. Our product and engineering team have worked on everything from advanced release management to custom workflows to new experimentation features. The Statsig team is fast and incredibly focused on customer needs - mirroring OpenAI so much that they feel like an extension of our team."
Chris Beaumont
Data Scientist
"The ability to easily slice test results by different dimensions has enabled Product Managers to self-serve and uncover valuable insights."
Preethi Ramani
Chief Product Officer
"We decreased our average time to decision made for A/B tests by 7 days compared to our in-house platform."
Berengere Pohr
Team Lead - Experimentation
"Statsig is a powerful tool for experimentation that helped us go from 0 to 1."
Brooks Taylor
Data Science Lead
"We've processed over a billion events in the past year and gained amazing insights about our users using Statsig's analytics."
Ahmed Muneeb
Co-founder & CTO
SoundCloud
"Leveraging experimentation with Statsig helped us reach profitability for the first time in our 16-year history."
Zachary Zaranka
Director of Product
"Statsig enabled us to test our ideas rather than rely on guesswork. This unlocked new learnings and wins for the team."
David Sepulveda
Head of Data
Brex
"Brex's mission is to help businesses move fast. Statsig is now helping our engineers move fast. It has been a game changer to automate the manual lift typical to running experiments and has helped product teams ship the right features to their users quickly."
Karandeep Anand
President
Ancestry
"We only had so many analysts. Statsig provided the necessary tools to remove the bottleneck. I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig."
Partha Sarathi
Director of Engineering
Recroom
"Statsig has been a game changer for how we combine product development and A/B testing. It's made it a breeze to implement experiments with complex targeting logic and feel confident that we're getting back trusted results. It's the first commercially available A/B testing tool that feels like it was built by people who really get product experimentation."
Joel Witten
Head of Data
"We realized that Statsig was investing in the right areas that will benefit us in the long-term."
Omar Guenena
Engineering Manager
"Having a dedicated Slack channel and support was really helpful for ramping up quickly."
Michael Sheldon
Head of Data
"Statsig takes away all the pre-work of doing experiments. It's really easy to setup, also it does all the analysis."
Elaine Tiburske
Data Scientist
"We thought we didn't have the resources for an A/B testing framework, but Statsig made it achievable for a small team."
Paul Frazee
CTO
"We use Statsig's analytics to bring rigor to the decision-making process across every team at Wizehire."
Nick Carneiro
CTO
Notion
"We've successfully launched over 600 features behind Statsig feature flags, enabling us to ship at an impressive pace with confidence."
Wendy Jiao
Staff Software Engineer
"We chose Statsig because it offers a complete solution, from basic gradual rollouts to advanced experimentation techniques."
Carlos Augusto Zorrilla
Product Analytics Lead
"We have around 25 dashboards that have been built in Statsig, with about a third being built by non-technical stakeholders."
Alessio Maffeis
Engineering Manager
"Statsig beats any other tool in the market. Experimentation serves as the gateway to gaining a deeper understanding of our customers."
Toney Wen
Co-founder & CTO
"We finally had a tool we could rely on, and which enabled us to gather data intelligently."
Michael Koch
Engineering Manager
Notion
"At Notion, we're continuously learning what our users value and want every team to run experiments to learn more. It's also critical to maintain speed as a habit. Statsig's experimentation platform enables both this speed and learning for us."
Mengying Li
Data Science Manager
OpenAI
"At OpenAI, we want to iterate as fast as possible. Statsig enables us to grow, scale, and learn efficiently. Integrating experimentation with product analytics and feature flagging has been crucial for quickly understanding and addressing our users' top priorities."
Dave Cummings
Engineering Manager, ChatGPT
OpenAI
"Statsig has helped accelerate the speed at which we release new features. It enables us to launch new features quickly & turn every release into an A/B test."
Andy Glover
Engineer
"We knew upon seeing Statsig's user interface that it was something a lot of teams could use."
Laura Spencer
Chief of Staff
"The beauty is that Statsig allows us to both run experiments, but also track the impact of feature releases."
Evelina Achilli
Product Growth Manager
"Statsig is my most recommended product for PMs."
Erez Naveh
VP of Product
"Statsig helps us identify where we can have the most impact and quickly iterate on those areas."
John Lahr
Growth Product Manager
Whatnot
"With Warehouse Native, we add things on the fly, so if you mess up something during set up, there aren't any consequences."
Jared Bauman
Engineering Manager - Core ML
"In my decades of experience working with vendors, Statsig is one of the best."
Laura Spencer
Technical Program Manager
"Statsig is a one-stop shop for product, engineering, and data teams to come together."
Duncan Wang
Manager - Data Analytics & Experimentation
Whatnot
"Engineers started to realize: I can measure the magnitude of change in user behavior that happened because of something I did!"
Todd Rudak
Director, Data Science & Product Analytics
"For every feature we launch, Statsig saves us about 3-5 days of extra work."
Rafael Blay
Data Scientist
"I appreciate how easy it is to set up experiments and have all our business metrics in one place."
Paulo Mann
Senior Product Manager
We use cookies to ensure you get the best experience on our website.
Privacy Policy