Credentials

RapidForge supports two credential types.

Text credentials these are simple text credentials that can be used in scripts. They will be injected to your scripts as environment variables. You can reach out to them using CRED_{CREDENTIAL_NAME} format.

Oauth credentials these are credentials that you can save by creating Oauth flow with 3rd party services. RapidForge will provide you a callback address and few other parameters for users to configure the Oauth flow. Once flow is configured, access token is saved and if refresh token is available access token will be updated periodically. You can use the access token in scripts just like text credentials.