🔑Credential

🔑 The Credential block provides secure authentication to a step that needs access to an external system.

What it does

It attaches a stored credential, such as an API key or OAuth token, to a step without exposing the value in logs or content.

Uses

  • Call an API that requires authentication.
  • Access a system with delegated authorization on behalf of a user.

🔐 Credentials are managed centrally through Secrets (see Platform → Secrets).