For the complete documentation index, see llms.txt. This page is also available as Markdown.

Secrets

Centrally store and manage credentials, API keys, and other secrets.

Whenever you want to reference an API key or a secret in the Studio, you can safely add them to your workspace and make them available in the Studio in a safe manner.

In order to add a new secret, navigate to Settings > Secrets and click on "Create Secret".

Once added, you will be able to select them in the building by using this syntax:

As an example, if you add a secret named "MY_SECRET" then you can access it in the builder as:

For LLM credentials and other third-party integrations, AirOps usually has some native authentications, so before adding a custom secret, ensure that it is not listed in "Settings > Integrations" or "Settings > API providers".

If the integration is already authenticated in Settings > Integrations, you can expose its credentials to workflows directly without duplicating them as a secret. See Integration Authentications.

Last updated

Was this helpful?