Statsig
Manage Statsig feature gates, dynamic configs, experiments, and lifecycle states.
Tools
| Name | Description |
|---|---|
list_gatesList Statsig feature gates with common Console API filters. | List Statsig feature gates with common Console API filters. |
get_gateGet one Statsig feature gate by ID. | Get one Statsig feature gate by ID. |
create_gateCreate a Statsig feature gate. Rules and advanced fields can be supplied as Console API JSON. | Create a Statsig feature gate. Rules and advanced fields can be supplied as Console API JSON. |
update_gatePartially update a Statsig feature gate. | Partially update a Statsig feature gate. |
enable_gateEnable a Statsig feature gate. | Enable a Statsig feature gate. |
disable_gateDisable a Statsig feature gate. | Disable a Statsig feature gate. |
archive_gateArchive a Statsig feature gate. | Archive a Statsig feature gate. |
unarchive_gateUnarchive a Statsig feature gate. | Unarchive a Statsig feature gate. |
delete_gateDelete a Statsig feature gate. Prefer archive for normal lifecycle cleanup. | Delete a Statsig feature gate. Prefer archive for normal lifecycle cleanup. |
list_dynamic_configsList Statsig dynamic configs. | List Statsig dynamic configs. |
get_dynamic_configGet one Statsig dynamic config by ID. | Get one Statsig dynamic config by ID. |
create_dynamic_configCreate a Statsig dynamic config with JSON defaults and optional rules. | Create a Statsig dynamic config with JSON defaults and optional rules. |
update_dynamic_configPartially update a Statsig dynamic config. | Partially update a Statsig dynamic config. |
enable_dynamic_configEnable a Statsig dynamic config. | Enable a Statsig dynamic config. |
disable_dynamic_configDisable a Statsig dynamic config. | Disable a Statsig dynamic config. |
archive_dynamic_configArchive a Statsig dynamic config. | Archive a Statsig dynamic config. |
unarchive_dynamic_configUnarchive a Statsig dynamic config. | Unarchive a Statsig dynamic config. |
list_experimentsList Statsig experiments with pagination and common filters. | List Statsig experiments with pagination and common filters. |
get_experimentGet one Statsig experiment by ID. | Get one Statsig experiment by ID. |
update_experimentPartially update a Statsig experiment. | Partially update a Statsig experiment. |
archive_experimentArchive a Statsig experiment. | Archive a Statsig experiment. |
custom_api_callCall a Statsig Console API endpoint under /console/v1 using the stored Console API key. | Call a Statsig Console API endpoint under /console/v1 using the stored Console API key. |
Triggers
| Name | Description |
|---|---|
gate_updatedPoll for Statsig gates whose lastModifiedTime changed since the previous run. | Poll for Statsig gates whose lastModifiedTime changed since the previous run. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('statsig', 'list_gates', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'statsig',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Statsig to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Statsig support?
Statsig supports 22 tools including List Gates, Get Gate, Create Gate, Update Gate, Enable Gate, and more.
Can I use Statsig with AI agents?
Yes. Add Statsig to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Statsig to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Statsig as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Statsig tools exposed by that workspace.
Does Statsig work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Statsig work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Statsig?
Statsig exposes 22 tools, including List Gates, Get Gate, Create Gate, Update Gate, Enable Gate, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Statsig be used in stateful agent workflows?
Yes. Agents can combine Statsig tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Statsig use?
Statsig uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Statsig integration cost?
The Statsig integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Statsig support?
Statsig supports 1 triggers including Gate Updated.
Connect Statsig in minutes
Get 20,000 free action executions every month. No credit card required.