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.
How do I connect Flagsmith to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Flagsmith as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Flagsmith tools exposed by that workspace.
Does Flagsmith 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 Flagsmith work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Flagsmith?
Flagsmith exposes 12 tools, including List Organisations, List Projects, Create Project, List Environments, Create Environment, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.