Why Credentials matter
Many test flows require the agent to be logged in — to a specific user account, an admin panel, or an authenticated API. Without credentials configured here, the agent reaches a login screen and stops. With credentials set up, it authenticates and continues.Adding credentials
- Click + Add Credentials in the Credentials tab.
- Give the credential set a clear name — e.g.,
Standard User,Admin Account,Guest User. - Fill in the fields:
- Username / Email
- Password
- API Key or Token (if applicable)
- Click Save.
Multiple credential sets
You can store as many credential sets as your testing requires. Common setups include:
When writing a task or recipe prompt, you can specify which credential set to use — e.g., “Log in using the Admin Account credentials and verify the user management panel loads.” The agent pulls the stored credentials automatically.
Security note: Credentials are stored securely and are never exposed in test reports, execution logs, or shared recipe views.