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.
Request body for creating a secret.
Secret name (e.g. openai-api-key). Must be lowercase alphanumeric with hyphens/dots, matching Kubernetes secret naming conventions.
1 - 253^[a-z0-9]([a-z0-9.-]*[a-z0-9])?$The secret value to store
1Optional human-readable description
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.