Skip to main content
Manage Docker registry credentials and other secrets.

create_secret

Creates a secret for an organization. The data payload depends on secret_type: Use environment variables for credentials; do not hardcode secrets.

SecretCreate

list_secrets

Lists secrets for an organization.
Expected output — object with data array of secret summaries (no credential values):

get_secret

Gets a specific secret by ID. Note: The API may return secret data (e.g. credentials); do not log or expose it.
Expected output — structure only; actual data payload is sensitive and must not be committed or logged: