Loading...
Loading...
Launch Darkly integration. Manage Segments, Projects, Users. Use when the user wants to interact with Launch Darkly data.
npx skill4agent add membranedev/application-skills launchdarklymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search launchdarkly --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Feature Flags | list-feature-flags | Get a list of all feature flags in a project |
| List Segments | list-segments | Get a list of all segments in a project environment |
| List Users | list-users | Get a list of users in a project environment |
| List Projects | list-projects | Get a list of all projects in the account |
| List Environments | list-environments | Get a list of all environments for a project |
| List Account Members | list-account-members | Get a list of all account members |
| List Teams | list-teams | Get a list of all teams in the account |
| List Webhooks | list-webhooks | Get a list of all webhooks |
| Get Feature Flag | get-feature-flag | Get a single feature flag by key |
| Get Segment | get-segment | Get a single segment by key |
| Get User | get-user | Get a single user by key |
| Get Project | get-project | Get a single project by key |
| Get Environment | get-environment | Get a single environment by key |
| Get Account Member | get-account-member | Get a single account member by ID |
| Get Team | get-team | Get a single team by key |
| Get Webhook | get-webhook | Get a single webhook by ID |
| Create Feature Flag | create-feature-flag | Create a new feature flag |
| Create Segment | create-segment | Create a new segment in a project environment |
| Create Project | create-project | Create a new project |
| Update Feature Flag | update-feature-flag | Update a feature flag using JSON Patch operations. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY