Creates a new secret group in a compute environment. Secret groups organize related secrets for use in serverless functions and workflows. If no environment is specified, the group is created in the default environment.
Features:
API key starting with sk_case_
Secret group configuration
Unique name for the secret group. Must contain only letters, numbers, hyphens, and underscores.
^[a-zA-Z0-9_-]+$Optional description of the secret group's purpose
Environment name where the secret group will be created. Uses default environment if not specified.