Create a new secret
Create a new secret to store sensitive configuration values
Request body
Description is an optional human-readable description of the secret's purpose (max 500 characters)
Name is the unique identifier for the secret. Can contain alphanumeric characters, underscores, hyphens, forward slashes, and periods (1-100 characters)
ProjectID is ignored - the project is automatically determined from your authentication
Value is the sensitive data to store securely (e.g., API keys, passwords, tokens). Encrypted at rest.
Response
Secret created successfully
CreatedAt is the ISO8601 timestamp when this secret was created
CreatedBy is the identifier of who created this secret.
Description is a human-readable description of the secret's purpose
ID is the unique identifier for this secret
LastUpdatedBy is the identifier of who last updated this secret.
Name is the name/key of the secret
The object type, which is always secret.
UpdatedAt is the ISO8601 timestamp when this secret was last updated