Create Secret
Create an account-level secret.
The secret value is stored in the cloud provider’s secret store. SGP only stores metadata (key name, description, audit info). The value is never returned by any API. Returns 409 if a secret with the same key already exists.
Authorizations
Headers
Body
Request body for creating a secret.
Secret name (e.g. openai-api-key). Must be lowercase alphanumeric with hyphens (no dots or underscores), so it maps 1:1 to a valid secret name on every cloud backend (AWS / Azure Key Vault / GCP Secret Manager).
1 - 90^[a-z0-9]([a-z0-9-]*[a-z0-9])?$The secret value to store
1Optional human-readable description
Response
Successful Response
API response model for a secret. Never includes the secret value.
The identity that created the entity.
"sgp_cloud_secret"User who last updated the secret.
Timestamp of last update.

