GrowthBook
Manage GrowthBook feature flags, experiments, projects, and feature rollout state.
Tools
| Name | Description |
|---|---|
list_featuresList GrowthBook feature flags with optional project filtering. | List GrowthBook feature flags with optional project filtering. |
get_featureGet one GrowthBook feature by ID. | Get one GrowthBook feature by ID. |
create_featureCreate a GrowthBook feature flag. | Create a GrowthBook feature flag. |
update_featureUpdate a GrowthBook feature flag. | Update a GrowthBook feature flag. |
toggle_featureEnable or disable a GrowthBook feature in one or more environments and publish immediately. | Enable or disable a GrowthBook feature in one or more environments and publish immediately. |
delete_featureDelete a GrowthBook feature by ID. Requires explicit confirmation. | Delete a GrowthBook feature by ID. Requires explicit confirmation. |
list_feature_revisionsList revisions for a GrowthBook feature. | List revisions for a GrowthBook feature. |
list_experimentsList GrowthBook experiments. | List GrowthBook experiments. |
get_experimentGet one GrowthBook experiment by ID. | Get one GrowthBook experiment by ID. |
list_projectsList GrowthBook projects. | List GrowthBook projects. |
custom_api_callCall a constrained GrowthBook REST API path for feature, experiment, project, metric, datasource, or segment resources. | Call a constrained GrowthBook REST API path for feature, experiment, project, metric, datasource, or segment resources. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('growthbook', 'list_features', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'growthbook',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect GrowthBook 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 GrowthBook support?
GrowthBook supports 11 tools including List Features, Get Feature, Create Feature, Update Feature, Toggle Feature, and more.
Can I use GrowthBook with AI agents?
Yes. Add GrowthBook 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 GrowthBook be used in stateful agent workflows?
Yes. Agents can combine GrowthBook 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 GrowthBook use?
GrowthBook uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the GrowthBook integration cost?
The GrowthBook integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect GrowthBook in minutes
Get 20,000 free action executions every month. No credit card required.