App
ConfigCat
10 minutes trainable feature flag and configuration management service with unlimited team size, awesome support and no surprises.
What your agent can do with ConfigCat
Triggers and actions 28 actions
- ActionAdd Config
Create a new config within a product. POST /v1/products/{productId}/configs
- ActionAdd Flag
Create a new feature flag or setting within a config. POST /v1/configs/{configId}/settings
- ActionAdd Segment
Create a new segment within a product. POST /v1/products/{productId}/segments
- ActionAdd Tag
Create a new tag within a product. POST /v1/products/{productId}/tags
- ActionDelete Config
Delete a config. DELETE /v1/configs/{configId}
- ActionDelete Flag
Delete a feature flag or setting. DELETE /v1/settings/{settingId}
- ActionDelete Segment
Delete a segment. DELETE /v1/segments/{segmentId}
- ActionDelete Tag
Delete a tag. DELETE /v1/tags/{tagId}
- ActionGet Config
Get a single config by id. GET /v1/configs/{configId}
- ActionGet Environment
Get a single environment by id. GET /v1/environments/{environmentId}
- ActionGet Flag
Get a single feature flag or setting by id. GET /v1/settings/{settingId}
- ActionGet Flag value
Get the current served value of a feature flag or setting in an environment. GET /v1/settings/{settingKeyOrId}/value
- ActionGet Product
Get a single product by id. GET /v1/products/{productId}
- ActionGet Segment
Get a single segment by id. GET /v1/segments/{segmentId}
- ActionGet Tag
Get a single tag by id. GET /v1/tags/{tagId}
- ActionList Configs
List all configs (SDK config bundles) within a product. GET /v1/products/{productId}/configs
- ActionList Environments
List all environments within a product. GET /v1/products/{productId}/environments
- ActionList Flags
List all feature flags and settings within a config. GET /v1/configs/{configId}/settings
- ActionList Organizations
List all organizations the caller has access to. GET /v1/organizations
- ActionList Products
List all products the caller has access to. GET /v1/products
- ActionList Segments
List all segments within a product. GET /v1/products/{productId}/segments
- ActionList Tags
List all tags within a product. GET /v1/products/{productId}/tags
- ActionUpdate Config
Update a config's name/description/order. PUT /v1/configs/{configId}
- ActionUpdate Environment
Update an environment's name/color/description. PUT /v1/environments/{environmentId}
- ActionUpdate Flag
Update a feature flag or setting's metadata (name, hint, tags). PATCH /v1/settings/{settingId}
- ActionUpdate Flag value
Update (turn on/off, change served value or targeting) a feature flag or setting's value in an environment. PATCH /v1/settings/{settingKeyOrId}/value
- ActionUpdate Segment
Update a segment's name/rules. PUT /v1/segments/{segmentId}
- ActionUpdate Tag
Update a tag's name/color. PUT /v1/tags/{tagId}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the ConfigCat API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.