Weavz
Flagsmith

Flagsmith

Manage Flagsmith projects, environments, feature flags, and segments.

12 tools
1 trigger

Tools

Name
list_organisations

List Flagsmith organisations visible to the API token.

list_projects

List Flagsmith projects, optionally filtered by organisation.

create_project

Create a Flagsmith project in an organisation.

list_environments

List environments in a Flagsmith project.

create_environment

Create a Flagsmith environment in a project.

list_features

List Flagsmith features in a project.

get_feature

Get a Flagsmith feature by ID.

create_feature

Create a Flagsmith feature flag in a project.

update_feature

Partially update a Flagsmith feature.

delete_feature

Delete a Flagsmith feature by ID. Requires explicit confirmation.

list_segments

List Flagsmith segments in a project.

custom_api_call

Call a Flagsmith Admin API path relative to /api/v1.

Triggers

Name
webhook_event

Receive a Flagsmith webhook event. Configure the webhook URL in Flagsmith.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('flagsmith', 'list_organisations', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'flagsmith',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Flagsmith 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 Flagsmith support?

Flagsmith supports 12 tools including List Organisations, List Projects, Create Project, List Environments, Create Environment, and more.

Can I use Flagsmith with AI agents?

Yes. Add Flagsmith 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 Flagsmith be used in stateful agent workflows?

Yes. Agents can combine Flagsmith 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 Flagsmith use?

Flagsmith uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Flagsmith integration cost?

The Flagsmith integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Flagsmith support?

Flagsmith supports 1 triggers including Webhook Event.

Connect Flagsmith in minutes

Get 20,000 free action executions every month. No credit card required.