Skip to main content

Secret Contexts

If your testing workflows need access to certain credentials (like login username & password, API keys, etc), you can safely provide them to the agent using secret contexts. A secret context is a list of key-value pairs containing sensitive information. Keys represent the name of the credential (like api_key) and values are the secrets themselves (like the actual API key). You can create them in the dashboard under the secrets section. Screenshot showing how to create secret contexts in dashboard.