create_environment_role
Create a new role in a Scalekit environment by providing environment ID, role name, display name, description, and default status.
Instructions
Create a new role in the specified environment. Requires environmentId parameter (format: env_). The tool requires 4 parameters: roleName (name of the new role), displayName (name that will be displayed on dashboard), description (description of the role) and isDefault (boolean to indicate if the role is default or not).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleName | Yes | ||
| isDefault | No | ||
| description | No | ||
| environmentId | Yes | ||
| roleDisplayName | Yes |