← Back to all apps

Statsig

Developer toolsby Statsig, LLC
Launched Mar 3, 2026 on ChatGPT

Bring your Statsig workspace into ChatGPT. Product builders can now explore, manage, and create Statsig experiments, feature gates, dynamic configs, and more directly in ChatGPT conversations.

Ask things like: “Move this experiment to 50% rollout.” “Turn on this feature gate for all users.” “Show me which dynamic configs changed this week.” "Explain how the DAU metric is defined.”

You can both read and write to Statsig: inspect experiment settings, read metric definitions, update allocations, toggle feature flags, edit targeting rules, and modify dynamic config values directly from ChatGPT.

The app connects through Statsig’s MCP server and honors your existing Statsig permissions, so you only see and change what you’re authorized to access—across projects, environments, and teams.

30ChatGPT Tools
Statsig, LLCDeveloper
Developer toolsCategory

Available Tools

Create Dynamic Config

Create_Dynamic_Config
Full Description

Create a new Dynamic Config (static, targetable JSON object) in the Statsig console, including targeting rules, its ID (how we'll refer to it in-code) and its IDtype, which it'll randomize users on. CRITICAL CONSTRAINTS:

  • the return value for each variant must be set with returnValueJson5.
  • Always include DefaultValue field in the POST request
Parameters (1 required)
Required
paramsobject

Create Experiment

Create_Experiment
Full Description

Create an experiment, including its ID (which is how we refer to it in-code), its groups (test/control, and return values) and the ID type it should randomize users on.

Parameters (1 required)
Required
paramsobject

Create Gate

Create_Gate
Full Description

Create a new gate (feature flag), including its rules (who should pass it) its ID (how we'll refer to it in-code) and its IDtype, which it'll randomize users on.

Parameters (1 required)
Required
paramsobject

Create Layer

Create_Layer
Full Description

Create a new layer, including its name, ID type, and optional target apps or team ownership.

Parameters (1 required)
Required
paramsobject

Create Segment

Create_Segment
Full Description

Create a new segment, including its name, type, optional ID, ID type, and rules for rule-based segments.

Parameters (1 required)
Required
paramsobject

Fetch

fetch
Full Description

Fetch the full document for a search result id. Use the id returned by search.

Parameters (1 required)
Required
idstring

Get Audit Logs

Get_Audit_Logs
Full Description

List audit logs for this Statsig project. Supports filtering by id, sorting, tags, date range, and pagination.

Parameters (1 required)
Required
paramsobject

Get Dynamic Config Details By Id

Get_Dynamic_Config_Details_by_ID
Full Description

Get the details (including rules, return values, and more) for a Dynamic Config (static, targetable JSON) in the Statsig console.

Parameters (1 required)
Required
paramsobject

Get Experiment Details By Id

Get_Experiment_Details_by_ID
Full Description

Get details including parameters (return values), groups, status & more of an experiment in Statsig.

Parameters (1 required)
Required
paramsobject

Get Experiment Results

Get_Experiment_Results
Full Description

Get the metric results for a given experiment

Parameters (1 required)
Required
paramsobject

Get Gate Details By Id

Get_Gate_Details_by_ID
Full Description

Get all details about a gate (feature flag) like its rules, IDtype, and more, from the Statsig Console.

Parameters (1 required)
Required
paramsobject

Get Gate Results

Get_Gate_Results
Full Description

Get the metric results for a given gate and rule in the gate

Parameters (1 required)
Required
paramsobject

Get Layer Details By Id

Get_Layer_Details_by_ID
Full Description

Get all details about a layer, including its parameters and metadata, from the Statsig Console.

Parameters (1 required)
Required
paramsobject

Get List Of Dynamic Configs

Get_List_of_Dynamic_Configs
Full Description

List all Dynamic Configs (static, targetable JSON objects) in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Experiments

Get_List_of_Experiments
Full Description

List all experiments (AB Tests) in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Gates

Get_List_of_Gates
Full Description

List all gates (feature flags) in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Layers

Get_List_of_Layers
Full Description

List all layers in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Metric Sources

Get_List_of_Metric_Sources
Full Description

List all metric sources in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Metrics

Get_List_of_Metrics
Full Description

List all metrics in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Param Stores

Get_List_of_Param_Stores
Full Description

List param stores in this Statsig project. The API enforces a maximum query_limit of 100. If query_limit is not provided, default to 100 (or fewer) and never exceed 100.

Parameters (1 required)
Required
paramsobject

Get List Of Segments

Get_List_of_Segments
Full Description

List all segments in this Statsig project.

Parameters (1 required)
Required
paramsobject

Get Metric Definition By Id

Get_Metric_Definition_by_ID
Full Description

Get the full definition for a metric in Statsig, including its type, source, and configuration details.

Parameters (1 required)
Required
paramsobject

Get Param Store Details By Id

Get_Param_Store_Details_by_Id
Full Description

Get a param store by name, including its description, typed parameters, and metadata.

Parameters (1 required)
Required
paramsobject

Get Segment By Id

Get_Segment_by_ID
Full Description

Get all details about a segment in the Statsig Console.

Parameters (1 required)
Required
paramsobject

Search

search
Full Description

Search the Statsig MCP data source and return relevant results. Use the fetch tool to retrieve full documents.

Parameters (1 required, 1 optional)
Required
querystring
Optional
limitinteger

Update Dynamic Config Entirely

Update_Dynamic_Config_Entirely
Full Description

Fully update a dynamic config, replacing everything the dynamic config currently has on the Statsig console with the data included in this POST request. Use the GET option to gather the attributes of the dynamic config, edit them, then use this tool. CRITICAL CONSTRAINTS:

  • the return value for each variant must be set with returnValueJson5.
  • Always include DefaultValue field in the POST request
Parameters (1 required)
Required
paramsobject

Update Experiment Entirely

Update_Experiment_Entirely
Full Description

Fully update an experiment, replacing everything the experiment currently has on the Statsig console with the data included in this POST request. Use the GET option to gather the attributes of the experiment, edit them, then use this Tool.

Parameters (1 required)
Required
paramsobject

Update Gate Entirely

Update_Gate_Entirely
Full Description

Fully update a gate, replacing everything the gate currently has on the Statsig console with the data included in this POST request. Use the GET option to gather the attributes of the gate, edit them, then use this tool.

Parameters (1 required)
Required
paramsobject

Update Layer Entirely

Update_Layer_Entirely
Full Description

Fully update a layer, replacing everything the layer currently has on the Statsig console with the data included in this POST request. Use the GET option to gather the attributes of the layer, edit them, then use this tool.

Parameters (1 required)
Required
paramsobject

Update Segment

Update_Segment
Full Description

Update a Statsig segment using the appropriate segment endpoint. Supports rule-based rule updates and add operations for ID list / user store ID list segments via params.query_operation.

Parameters (1 required)
Required
paramsobject