Manage Credentials
You can view the Credentials related to a Project under the Project
Settings > Credentials page. In this article, you'll learn how to manage your
credentials related to a project.
View all Project Credentials
Via this Credentials page, you can see a list of all Credentials, including
the name, type, and owner, and whether they are for a production environment.

Viewing credential secrets
All Project Collaborators can view the credential name, type, and owner, but only the Credential Owner can view the credential secrets (username, password, etc.).
Create a new Credential
- Click on the
New Credentialbutton, and choose the type of app you want to connect. - If your app is not listed, choose "Raw JSON" to create your own custom credential or "configuration" input. For example:
{ "loginUrl": "https://random-app.com", "username": "test", "password": "pwd" }

- Click
Configure Credentialsand add the authentication details for your app. The credential form will indicate which fields are required.

Not sure how to fill in all credential details?
While creating a new credential form, if you're not sure what some of these
fields require (e.g., "security token"), then head over to the relevant
Adaptors docs page to learn more and read about the "configuration schema" or
ask on Community.
- Click
Saveand you'll see it listed in yourCredentialspage. You can now use it across the Project when building and running Workflows.
