Project-level credentials allow you to store authentication details securely and use them inside workflows within this specific project. These credentials may be created directly at the project level or inherited from the organization.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 available to the project. This includes:- Project-specific credentials created in this project
- Organization-level credentials that have been granted access to this project
- Its name
- The authentication method it uses
- Whether it is project-specific or inherited from the organization
Creating a Credential
Selecting Create Credential opens a dialog where you choose:- Credential type: You can select from the same authentication methods available at the organization level (e.g., Basic Auth, Bearer Token, Header Auth, Query Auth, Custom Auth, BYOC/SIP providers, etc.).
- Name: A label used to reference the credential inside your workflows.
Editing Credentials
Clicking Edit opens the same interface used during creation, with your existing values prefilled. Notes:- Only project-specific credentials can be edited here.
- Inherited credentials must be edited from the organization’s credential settings.
- Some fields (such as secrets) may be hidden for security. Leaving them blank preserves the existing stored value.
Deleting Credentials
You can delete any project-specific credential using the Delete action. Inherited credentials cannot be deleted from the project. If you need to remove one:- Either update its access scope at the organization level to not include the project you want to exclude
- Or delete the credential entirely from the organization

