ConfigCat

ConfigCat is a feature flag management service for controlling feature rollouts, configurations, environments, and team access.

10 actions Integration catalog
Request access
Connect ConfigCat once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Flag or SettingCONFIGCAT_CREATE_SETTING
Create a feature flag or typed setting in a Config. The key must be unique within that Config.
Delete Flag or SettingCONFIGCAT_DELETE_SETTING
Permanently delete one ConfigCat feature flag or setting by ID. This cannot be undone; verify the setting ID before calling.
Get Product ContextCONFIGCAT_GET_PRODUCT_CONTEXT
Return a ConfigCat Product's configs, environments, segments, and tags, including the identifiers and evaluation versions needed to manage flags and targeting.
Get Environment Setting Value V2CONFIGCAT_GET_SETTING_VALUE_V2
Get one Config V2 flag or setting's complete evaluation formula in an Environment, including its optimistic-concurrency version.
List Account HierarchyCONFIGCAT_LIST_ACCOUNT_HIERARCHY
List accessible ConfigCat organizations and products so an agent can resolve the IDs needed by product-scoped tools.
List Environment Values V2CONFIGCAT_LIST_ENVIRONMENT_VALUES_V2
Return every Config V2 feature flag and setting evaluation formula for one Config and Environment, preserving ordered targeting rules and concurrency versions while omitting parent objects and updater data.
List Flags and SettingsCONFIGCAT_LIST_SETTINGS
List feature flags and settings in one Config, including IDs, keys, types, tags, and metadata needed by value operations.
Patch Environment Setting Value V2CONFIGCAT_PATCH_SETTING_VALUE_V2
Update selected typed fields of one Config V2 evaluation formula while preserving every field the caller omits.
Replace Environment Setting Value V2CONFIGCAT_REPLACE_SETTING_VALUE_V2
Completely replace one Config V2 flag or setting evaluation formula in an Environment. Supply the complete default value, ordered targeting rules, and percentage attribute; omitted state is intentionally reset.
Update Flag MetadataCONFIGCAT_UPDATE_SETTING_METADATA
Partially update a flag or setting's name, hint, or complete tag assignment without resetting untouched metadata.