Product Updates

We ship fast to help you ship faster
Arrow Left
Arrow Right

🔐 Entity-Level Edit and Delete Permissions

Role permissions now let you control edit and delete access separately for each config type.

What you can do now

Each role can now be configured with independent edit and delete permissions for:

Gates · Holdouts · Dynamic Configs · Segments Experiments · Layers · Autotunes · Parameter Stores · Prompts

Why this matters

Before this, permissioning wasn't specific and allowed for broad experiment and gates access. Now, you can define roles that match how your teams actually own and operate different config types, without over-permissioning anyone.

Try it out

Available now for all Enterprise customers. Go to Settings in the Statsig console to configure granular permissions per role.

Learn more in the Statsig Access Management docs.

8/21/2026
Permalink ›

🔭 Pipeline Overview Auto-Provisions for Athena Connections

New Athena Warehouse Native projects now get the Pipeline Overview dashboard set up automatically on connection creation.

What you can do now

  • Get the Pipeline Overview dashboard, metric source, and pipeline table created automatically when setting up a new Athena connection

  • No manual repair or setup step needed to get DAG and pipeline visibility from day one

Why this matters

Before this, new Athena projects skipped the Pipeline Overview provisioning step entirely, leaving teams with no pipeline observability until someone ran a manual repair. Now, you get full pipeline visibility out of the box from the moment your connection is created.

Try it out

Create a new Athena Warehouse Native connection in the Statsig console to see the Pipeline Overview dashboard provisioned automatically.

Learn more in the Statsig Warehouse Native docs.

8/21/2026
Permalink ›

🧪 Richer Experiment Configuration via MCP

Create_Experiment and Update_Experiment_Entirely now accept five additional fields, giving you fuller control over experiment setup through the MCP.

What you can do now

Five new fields are now accepted by Create_Experiment and Update_Experiment_Entirely:

secondaryIDType

identifierMappingMode

enabledNonProdEnvironments

links

secondaryMetrics

Why this matters

Now, you can set secondary ID types, identifier mapping, non-prod environments, secondary metrics, and external links without falling back to the console.

Try it out

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

"Using the Statsig MCP, create an experiment with a secondary metric of revenue and enable it in staging."

Learn more in the Statsig MCP Overview.

8/21/2026
Permalink ›

🔐 SCIM Role Aliases for Custom IdP Naming Conventions

You can now map your identity provider's role names to Statsig roles without renaming anything in your IdP.

What you can do now

  • Create aliases on the Statsig side that translate your IdP's existing role names to first-class Statsig roles. Works with Okta, Microsoft Entra ID, and other SCIM-compatible identity providers with strict or unchangeable naming conventions.

  • Self-serve setup in a few clicks. No support ticket or manual intervention needed

Why this matters

Now, SCIM provisioning no longer requires your IdP group names to match an expected role format. You can define the translation on the Statsig side and let provisioning work with whatever names your IdP already uses.

Try it out

Go to Settings in the Statsig console to configure SCIM role aliases for your organization.

Learn more in the Statsig SCIM docs.

8/20/2026
Permalink ›

🩺 Experiment Daily Checks Now Available via Console API

You can now pull the data behind the Daily Checks column in the experiment list directly over the API.

What you can do now

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

GET /console/v1/experiments/{id}/diagnostics_checks?lastDays=30

  • Use lastDays (1-90) to set a lookback window without computing dates yourself

  • Use startDate / endDate if you need an explicit range instead

  • is_realtime tells you whether the final day is still filling, so you know not to treat it as a complete day

  • Warehouse Native experiments now return real data from the warehouse exposures summary, the same source the console list column uses

Why this matters

Before, the Daily Checks column in the experiment list flagged experiments that were "In Progress" after being pulled from code, or "Decision Made" while still serving traffic and catching those states meant querying your own warehouse. Now, you can surface that signal programmatically and build automated checks or alerts on top of it.

Try it out

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

8/19/2026
Permalink ›

💰 Warehouse Native Query Cost Attribution

Statsig WHN queries now carry cost attribution tags in your warehouse, so you can see exactly what Statsig activity is driving your compute costs.

What you can do now

Every query is stamped with is_whn, a type (experiment, gate, etc.), the experiment or gate name, a job type, and the reload ID. Tags land natively in each warehouse — nothing leaves your account:

  • Snowflake — session QUERY_TAG in ACCOUNT_USAGE.QUERY_HISTORY and QUERY_ATTRIBUTION_HISTORY

  • BigQuery — job labels (type=whn_query) in INFORMATION_SCHEMA.JOBS

  • Redshiftquery_group in SYS_QUERY_HISTORY.query_label

  • Databricks — statement comment in system.query.history

Why this matters

Before , you could see total spend but had no way to attribute it to a specific experiment or job type in Statsig. Now, you can point one query at your warehouse's usage view, filter to Statsig WHN queries, group by experiment, and get per-experiment reload cost, making it straightforward to spot expensive reloads and change your schedule.

Try it out

Filter your warehouse usage view to is_whn:"True" (or type=whn_query on BigQuery) and group by experiment to see per-experiment reload costs.

Learn more in the Statsig Warehouse Native docs.

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

Create experiment modal with layer

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/13/2026
Permalink ›

🍱 Expanded Targeting Multiselect

View and manage values entered into freeform or custom-value fields when editing targeting rules, however many you want.

What you can do now

A new and improved StatsigValueMultiSelect component gives you:

  • A dropdown that makes the complete list easy to view and manage, including removing individual values

  • A dedicated input for adding or pasting values

  • Search across both added values and available autocomplete suggestions

  • Selected-value chips with an accurate +N more summary that includes only values not already visible

  • Clear sections separating search results and added values

  • A contextual empty state when no values have been added

  • Type-aware copy throughout, e.g. “Add or search Unit IDs,” “Added Unit IDs,” and “No Unit IDs added”

  • Copy-all and remove-all actions

It can be reused across targeting rules and other custom-value workflows. Preset-only selectors such as Operating System and Device remain unchanged and will be updated to have a more consistent UI.

Why this matters

Previously, the targeting input displayed only a few values and hid the rest behind a popover, making values increasingly difficult to find and remove as lists grew. Adding new values was also cumbersome through the existing input field, and there was no way to search existing values.

If you have lots of values to add, that's easier now.

Try it out

This is currently behind a feature gate, but will be released to all customers soon. If you want early access, reach out to your account team.

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.

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