What Are Secrets For?
Secrets let you store a credential once — an API key, password, or token — and reference it by name ({{secret:NAME}}) everywhere it's needed, instead of pasting the raw value into every field. The value is stored separately from metadata and never shows up in list views; revealing it later requires its own permission.

Learn more: Secrets and Authentication.

Tutorial video