v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Compute

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/compute/v1/secrets

Request body

namestring required

Unique name for the secret group. Must contain only letters, numbers, hyphens, and underscores.

descriptionstring

Optional description of the secret group's purpose

envstring

Environment name where the secret group will be created. Uses default environment if not specified.

Response

Secret group created successfully

idstring

Unique identifier for the secret group

namestring

Name of the secret group

descriptionstring

Description of the secret group

createdAtstring date-time

Creation timestamp