Skip to content

For the complete documentation index, see llms.txt.

Manage environment variables

Environment variables store credentials, API keys, and configuration values that Promptless uses when interacting with your systems. The most common use case is storing login credentials for Promptless Capture to capture product screenshots.

  1. Open Settings. Navigate to the Settings page in your Promptless dashboard and select Agent Env Vars.

  2. Enter a key and value. The Add Variable form sits on the page below your existing variables. Type a Key Name and a Value. Use clear, descriptive names that indicate the variable’s purpose.

  3. Mark sensitive values as secret. For passwords, API keys, and other sensitive values, turn on the Secret toggle, which masks the Value field as you type.

  4. Submit the variable. Click Add Variable. The new variable appears in the variables table above the form.

Promptless Settings page with Agent Env Vars selected, showing the variables table with Key, Value, Created, and Actions columns, Update and Delete buttons on each row, and an empty Add Variable form below the table
Agent Env Vars settings page
Add Variable form, outlined in red, with the Key Name field set to MY_API_TOKEN, a masked value, and the Secret toggle turned on
Adding a secret environment variable

Variables marked as secrets are encrypted and hidden in the dashboard after saving. Use this option for passwords, API keys, and other sensitive values.

For Promptless Capture, add these variables to let Promptless log into your application:

VariableExample ValueSecret?
TEST_ACCOUNT_URLhttps://app.yourcompany.com/loginNo
TEST_ACCOUNT_USERqa-screenshots@yourcompany.comNo
TEST_ACCOUNT_PASS(your password)Yes

To update an existing variable, locate it in the variables table, click the Update button in the Actions column, edit the value, and click Save. For secret variables, re-enter the entire value — Promptless doesn’t display the original.

To delete a variable, click the Delete button in its row of the Actions column. Deleted variables are immediately removed and are no longer available to the Promptless agent.

Need help? Contact us at help@gopromptless.ai.