Weavz
Statsig

Statsig

Manage Statsig feature gates, dynamic configs, experiments, and lifecycle states.

22 tools
1 trigger

Tools

Name
list_gates

List Statsig feature gates with common Console API filters.

get_gate

Get one Statsig feature gate by ID.

create_gate

Create a Statsig feature gate. Rules and advanced fields can be supplied as Console API JSON.

update_gate

Partially update a Statsig feature gate.

enable_gate

Enable a Statsig feature gate.

disable_gate

Disable a Statsig feature gate.

archive_gate

Archive a Statsig feature gate.

unarchive_gate

Unarchive a Statsig feature gate.

delete_gate

Delete a Statsig feature gate. Prefer archive for normal lifecycle cleanup.

list_dynamic_configs

List Statsig dynamic configs.

get_dynamic_config

Get one Statsig dynamic config by ID.

create_dynamic_config

Create a Statsig dynamic config with JSON defaults and optional rules.

update_dynamic_config

Partially update a Statsig dynamic config.

enable_dynamic_config

Enable a Statsig dynamic config.

disable_dynamic_config

Disable a Statsig dynamic config.

archive_dynamic_config

Archive a Statsig dynamic config.

unarchive_dynamic_config

Unarchive a Statsig dynamic config.

list_experiments

List Statsig experiments with pagination and common filters.

get_experiment

Get one Statsig experiment by ID.

update_experiment

Partially update a Statsig experiment.

archive_experiment

Archive a Statsig experiment.

custom_api_call

Call a Statsig Console API endpoint under /console/v1 using the stored Console API key.

Triggers

Name
gate_updated

Poll for Statsig gates whose lastModifiedTime changed since the previous run.

Quick Start

TypeScript
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.

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.