Skip to content

Commit

Permalink
short uuid added (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Germandrummer92 authored Nov 11, 2024
1 parent 69ee930 commit f88cebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ You can use them when manually editing a step or in the prompt when creating new
- `$OCTO_USERNAME`: The username you configured for use with your page in the sign up flow or the settings
- `$OCTO_PASSWORD`: The password you configured for use with your page in the sign up flow or in the settings
- `$OCTO_URL`: The URL of your page
- `$OCTO_STABLE_UUID`: A random combination of letters and numbers that will be consistent through multiple references across a single run, but different if you run the agent again
- `$OCTO_STABLE_UUID`: A random combination of letters and numbers that will be consistent through multiple references across a single run, but different if you run the agent again - full uuid of 36 characters
- `$OCTO_STABLE_UUID_SHORT`: A random combination of letters and numbers that will be consistent through multiple references across a single run, but different if you run the agent again - maximum length of 8 characters.
- `$OCTO_TOTP`: 2-Factor authentication code if you require if for the login. Find out more about [2-FA enrollment](./2fa)

Let us know if you what other variables are of high priority for you.
Expand Down

0 comments on commit f88cebb

Please sign in to comment.