Create secret group
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:
- Organize secrets by logical groups (e.g., database, APIs, third-party services)
- Environment-based isolation
- Validation of group names
- Conflict detection for existing groups
POST
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Body
application/json
Secret group configuration
Unique name for the secret group. Must contain only letters, numbers, hyphens, and underscores.
Pattern:
^[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.
Previous
List secret keys in a groupRetrieve the keys (names) of secrets in a specified group within a compute environment. For security reasons, actual secret values are not returned - only the keys and metadata.
Next

