flipt

Manage Flipt feature flags via REST API with JSON output.

7.2k|732|Updated Oct 11, 2022
One-click install
npx skills add https://github.com/civitai/civitai --skill flipt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flipt
Source: https://github.com/civitai/civitai/tree/main/.claude/skills/flipt
Command: npx skills add https://github.com/civitai/civitai --skill flipt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flipt feature flag management helps teams control feature rollout state without code changes, reducing risk and accelerating experimentation.

Core Features & Use Cases

  • List and inspect all flags to understand current rollout status.
  • Create new boolean flags with descriptions and initial state.
  • Enable or disable flags and configure straightforward rollout rules (percent-based or segment-based).

Quick Start

Run node .claude/skills/flipt/flipt.mjs list to view all flags, or replace list with get, create, enable, or disable to manage a specific flag.

Frequently Asked Questions about flipt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage feature flags for controlled rollouts via API?

Managing feature flags via API requires sending HTTP requests to list, create, enable, or disable flags. This approach automates multi-environment deployment workflows, allowing teams to control rollout states and configure percent-based or segment-based rules without code changes.

What's the best way to automate feature flag creation across multiple environments?

Automating feature flag creation across environments is best handled through an API-driven approach. By using REST API endpoints, you can programmatically create boolean flags with descriptions, set initial states, and configure rollout rules to maintain consistency and reduce manual configuration errors.

Do I need an API token to configure feature flag rollout rules?

Yes, an API token is required to authenticate and configure feature flag rollout rules. You must provide both a valid server URL and an API token in your environment setup to authorize REST API requests for listing, updating, or deleting flags.

Can I list and inspect current feature flag rollout status without code changes?

You can list and inspect current feature flag rollout status without code changes by querying the REST API. This allows you to retrieve all active flags and review their configurations, enabling teams to understand deployment state and accelerate experimentation safely.

Does API-based feature flag management support JSON output?

API-based feature flag management supports optional JSON output. This allows you to retrieve flag states and rollout rule configurations in a structured format, making it easier to parse responses and integrate flag data into automated deployment pipelines or reporting tools.

What safety controls are available when enabling or disabling feature flags?

Safety controls are available when enabling or disabling feature flags to prevent accidental rollouts. The API supports optional safety configurations during flag updates and deletions, ensuring that multi-environment deployment workflows maintain controlled rollout integrity.