Organization-level credentials allow you store authentication details securely and reuse them across multiple projects and workflows. These credentials are typically used when your workflows need to call external APIs or connect to third-party services.Documentation Index
Fetch the complete documentation index at: https://docs.heybreez.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The credentials page lists every credential created in the organization or in any project under the organization. For each item, you can see:- Its name
- The authentication method it uses
- Whether it is available to all projects or restricted to specific ones
Creating a Credential
Selecting Create Credential opens a dialog where you choose:- Credential type: You can pick from a variety of authentication methods (e.g., Basic Auth, Bearer Token, Header Auth, Query Auth, Custom Auth, BYOC/SIP providers, etc.).
- Name: A label used for identifying the credential inside your workflows.
- Access Scope: By default, credentials are available to every project in the organization. You can optionally limit them to a subset of projects.
Editing Credentials
Clicking Edit opens the same interface used during creation, with your existing values prefilled. Depending on the credential type:- Some fields (like passwords or tokens) may be masked.
- Leaving a secret field empty preserves the existing stored value.

