Product Updates

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

🎰 Create Autotunes via the Statsig MCP

Now, you can create an Autotune (multi-armed bandit) experiment directly through the Statsig MCP, no console required.

What you can do now

  • Create an Autotune by describing the arms, success event, exploration and attribution windows, and winner threshold.

  • Autotunes are created as drafts by default, so no traffic is reallocated until you start it from the console.

  • The agent confirms before writing, prompting for confirmation before anything is created.

One new tool is available on api.statsig.com/v1/mcp:

  • Create_autotune

Why this matters

Teams running Autotune for live AI agent experiments can now manage the full setup through agents. Instead of manually configuring a multi-armed bandit in the console, you can describe what you want and let the agent build it, keeping your agentic workflows end-to-end.

Try it out

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

  • "Using the Statsig MCP, create an Autotune called checkout-button-color with a control variant {color: blue} and a treatment variant {color: green}, optimizing for the event 'checkout', with 24hr exploration and attribution windows and a 95% winner threshold."

Learn more in the docs: Statsig MCP Overview.

🗑️ Single-Override DELETE Endpoints in the Console API

You can now delete individual experiment and layer overrides directly via the Console API, no GET-mutate-POST workaround needed.

What you can do now

  • Delete a single conditional or userID override from an experiment or layer via path-param DELETEs.

  • Target a specific environment with an optional environment query param, or omit it for the all-environments bucket.

  • Call these endpoints cleanly from OpenAPI-generated or SDK-based clients, since they use path and query params only with no DELETE body.

Four new endpoints are available on statsigapi.net/console/v1/:

  • DELETE /experiments/:id/overrides/conditional/:type/:name

  • DELETE /experiments/:id/overrides/userID/:userID

  • DELETE /layers/:id/overrides/conditional/:type/:name

  • DELETE /layers/:id/overrides/userID/:userID

:type is gate or segment. :name is the gate or segment name. All four endpoints are idempotent, returning 200 even when no matching override exists.

Why this matters

SDK-based E2E testing frameworks often need to clean up individual overrides between test runs. The previous approach required fetching the full overrides object, mutating it locally, and re-posting it, which is fragile and hard to parallelize. These endpoints make override teardown a single, safe, idempotent call.

Try it out

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

🕰️ Version History Tools in the Statsig MCP

Statsig MCP now lets you pull the full edit history of any Feature Gate, Experiment, or Dynamic Config without a console.

What you can do now

  • Retrieve the complete version timeline for a feature gate, experiment, or dynamic config.

  • See who made each change, when, and exactly what was modified: rules, ID type, enabled state, allocation, variants, and values.

  • Access config history programmatically to power agentic workflows that reason about how configs have changed over time.

Three new tools are available on api.statsig.com/v1/mcp:

  • Get_Gate_Version_History

  • Get_Experiment_Version_History

  • Get_Dynamic_Config_Version_History

Why this matters

Config history is critical for debugging, incident reviews, and agentic reasoning, but it's been locked behind manual console navigation. Now, you can understand when behavior changed, reconstruct a timeline for an incident post-mortem or feed agents that need to detect or reason about config drift over time.

Try it out

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

  • "Using the Statsig MCP, pull the version history for gate feature-gate-name and summarize what changed across versions."

Learn more in the docs: Statsig MCP Overview.

Helen Lu
Strategy + BizOps Associate

🧩 Statsig Agent Skills Repository

Today, we’re launching agent-skills, our new public repository for reusable Statsig skills. It’s designed to help teams run common Statsig workflows faster and more consistently from AI agents.

What you can do now

  • Create Dashboard: Generate Statsig dashboards with a repeatable, structured workflow instead of manual one-off setup.

  • Create Cloud Metric: Define cloud metrics through a guided skill flow, including key configuration steps that are easy to miss in ad hoc API calls.

Why this matters

Skills turn complex Statsig workflows into repeatable, shareable agent instructions you can personalize or share and reuse across your team's projects. With Skills, you can direct your agents to execute multi-step logic, stitching together Console API calls, MCP tool calls, and prompt instructions.

Getting started

  1. Ensure you have a Console API Key -- this is required for the skill to carry out Statsig Console API actions.

  2. Install the Statsig agent-skills repo with the Vercel skills CLI:

    npx skills add statsig-io/agent-skills

  3. Instruct your agent to use the skill (e.g., "Codex, help me create a cloud ratio metric for checkout rate).

  4. Watch your agent follow your direction and the skill instructions to work with Statsig!

Explore the repo and start building repeatable Statsig workflows: statsig-io/agent-skills.

🎯 Segments and Layers in MCP

Statsig MCP now supports for both Segments and Layers, so you can more seamlessly manage user targeting and experiment configuration using your AI workflows.

What you can do now

  • View full segment definitions and create new segments (rule-based or ID-based)

  • Update existing segments, including rule-based segments and ID-based segment membership

  • View all layers and their parameter details

  • Create layers and create experiments with assignment to a layer

Why this matters

Segments and Layers are core building blocks for safe, precise experimentation. Segments unlocked faster targeting definition based on a set of users or rules. Layers unlocked cleaner parameter management under high experiment volume. Now, empowering your agents with these tools will help accelerate iteration velocity and improved engineering efficiency, all while maintaining safe and consistent experiment configurations.

Try it out

If you have the Statsig MCP set up, try the below example prompts and workflows to explore the new segment and layers functionality:

  • "List all segments, then show details for the segment [segment_name].”

  • “Create a layer for shared signup experiment parameters.”

  • "Create an experiment testing new signup flow UI and add it to the signup_tests layer."

Learn more in the docs: Statsig MCP Overview.

Laurel Chan
Product Manager, Statsig

⚔️ Cancel Queries

Abort long-running queries from Metrics Explorer to reduce warehouse load and avoid unnecessary compute usage.

What You Can Do Now

  • Prevent long-running queries from tying up warehouse resources

  • Avoid accidental full-dataset scans

  • Limit the cost impact of exploratory queries

How It Works

Metrics Explorer queries can be canceled after 5 seconds when running on supported warehouse integrations (BigQuery, Databricks, Snowflake, and Athena). Query cancellation currently applies to individual charts and does not yet extend to dashboards.

Impact on Your Analysis

Cancel Queries let you interrupt a run, refine the query, and try again immediately. This reduces unnecessary warehouse usage while keeping exploratory workflows fast and responsive.

Laurel Chan
Product Manager, Statsig
2/26/2026
Permalink ›

🧰 Generate Dashboards via API (Private Beta)

You can now create dashboards via the Statsig Console API. This unlocks dashboard setup through code so teams can plug into internal tooling and automation, including Codex Skills.

What You Can Do Now

  • Generate dashboards from an API request

  • Add time series, rich text, and categorical widgets

  • Integrate dashboard creation into workflows powered by tools like Codex Skills

Impact on Your Analysis

Dashboards can now be managed at scale through code. Teams can automate setup to save time and integrate it with the tools they already use. The console remains available for exploration and refinement.

Private Beta

This feature is currently in private beta for Pro and Enterprise customers.

If you'd like access, reach out over Slack.

Laurel Chan
Product Manager, Statsig
2/26/2026
Permalink ›

🗂️ Dashboard Pages

Add structure to dashboards by organizing widgets into focused sections. Dashboard Pages help teams separate workflows and context so related signals live together.

What You Can Do Now

  • Navigate dashboards with clearer context

  • Group related widgets into dedicated views

  • Keep dashboards performant as they scale

How It Works

Add pages inside a dashboard to organize widgets into distinct sections while keeping everything in one place.

Impact on Your Analysis

Loading fewer widgets at once improves dashboard performance and responsiveness. Teams can move between workflows faster while working with large or complex dashboards

Laurel Chan
Product Manager, Statsig
2/26/2026
Permalink ›

🔄 Lifecycle Charts

Understand how users start, return, stay active, and churn over time. Lifecycle Charts classify user activity across time intervals to show how engagement evolves.

What You Can Do Now

  • Understand product stickiness out of the box

  • Separate growth driven by new vs sustained engagement

  • Spot churn and reactivation patterns at a glance

How It Works

Select an event, define a unique unit, and choose a time interval. Lifecycle Charts automatically classify activity by one of four lifecycle states:

  1. New: Active in the current interval with no prior activity within the lookback window (up to one year)

  2. Resurrected: Active in the current interval, not active in the previous interval, but had activity earlier in the lookback window

  3. Recurring: Active in both the current and immediately previous interval, indicating continued engagement.

  4. Dormant: Active in the previous interval but inactive in the current one, highlighting potential churn

Impact on Your Analysis

Lifecycle Charts reveal why usage changes by showing shifts in engagement composition over time. Teams can distinguish growth from retention changes, identify drop-off earlier, and understand product stickiness without building custom retention analyses.

Check out our docs for more information.

Laurel Chan
Product Manager, Statsig
2/25/2026
Permalink ›

📬 Dashboard Subscriptions

Stay informed on key metrics through scheduled dashboard reports. Dashboard Subscriptions deliver a PDF snapshot of your dashboard directly to Slack or email on a cadence you choose.

What You Can Do Now

  • Receive automated dashboard snapshots in Slack or email

  • Schedule recurring updates for teams or stakeholders

  • Keep visibility on important metrics without manually checking dashboards

How It Works

From any dashboard, open the “…” menu and select Add Dashboard Subscription. Configure the delivery schedule and subscribed audience. Statsig generates a PDF snapshot at the scheduled time and delivers a read-only version of the dashboard via Slack or email.

Impact on Your Analysis

Dashboard Subscriptions makes it easier for teams to monitor ongoing trends asynchronously. Stakeholders receive recurring updates as dashboards update.

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