create_variable_group
Create a new variable group with its variants in one call.
Create a new variable group with its variants in one call.
Writes data · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
name | string | Yes | Group name (e.g. "Environments") |
product | string | Yes | Product slug |
variant_names | string | Yes | Comma-separated variant names (e.g. "Dev,Staging,Prod") |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"product": "string",
"name": "string",
"variant_names": "string"
}
Description
variant_names is a comma-separated list (e.g. "Dev,Staging,Prod"). The FIRST variant becomes the default per platform convention. Manage variants afterwards via the variants_* tools.
What's next?
Last updated on