Flagsmith
Manage Flagsmith projects, environments, feature flags, and segments.
Tools
| Name | Description |
|---|---|
list_organisationsList Flagsmith organisations visible to the API token. | List Flagsmith organisations visible to the API token. |
list_projectsList Flagsmith projects, optionally filtered by organisation. | List Flagsmith projects, optionally filtered by organisation. |
create_projectCreate a Flagsmith project in an organisation. | Create a Flagsmith project in an organisation. |
list_environmentsList environments in a Flagsmith project. | List environments in a Flagsmith project. |
create_environmentCreate a Flagsmith environment in a project. | Create a Flagsmith environment in a project. |
list_featuresList Flagsmith features in a project. | List Flagsmith features in a project. |
get_featureGet a Flagsmith feature by ID. | Get a Flagsmith feature by ID. |
create_featureCreate a Flagsmith feature flag in a project. | Create a Flagsmith feature flag in a project. |
update_featurePartially update a Flagsmith feature. | Partially update a Flagsmith feature. |
delete_featureDelete a Flagsmith feature by ID. Requires explicit confirmation. | Delete a Flagsmith feature by ID. Requires explicit confirmation. |
list_segmentsList Flagsmith segments in a project. | List Flagsmith segments in a project. |
custom_api_callCall a Flagsmith Admin API path relative to /api/v1. | Call a Flagsmith Admin API path relative to /api/v1. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive a Flagsmith webhook event. Configure the webhook URL in Flagsmith. | Receive a Flagsmith webhook event. Configure the webhook URL in Flagsmith. |
Quick Start
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.