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.
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.
Project-level credentials are always scoped to this project only. They cannot be shared with other projects.Once created, the credential is immediately available for use in workflow nodes that require authentication.
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
Credentials appear as options inside nodes that make external requests (for example, HTTP Request nodes).When referenced in a workflow, the platform automatically injects the credential into the call using the correct authentication format - no manual handling of secrets is required.This keeps your workflows clean, secure, and consistent.