Skip to main content
Version: 0.23.1

First Launch & Basic Setup

1. Enter your licence credentials

On first launch, open Settings → Edit Configuration and select the Aiviro category. Under Credentials, fill in the Client ID and API Key provided by your Aiviro representative, then click Test Credentials and wait for the success message before saving.

FieldDescription
Client IDYour organization's licence identifier.
API KeySecret key paired with the Client ID.
Test CredentialsVerifies the credentials against the Aiviro service and reports the result inline.

The API Key is masked by the field itself, so it never appears in a screenshot.

📸 Screenshot needed — /img/editor/first-run/initial-config.png

Capture: Settings → Edit Configuration → Aiviro, showing Credentials (Client ID, API Key, Test Credentials) after a successful Test Credentials, so the success message is visible. Mask: blur the Client ID. The API Key field masks itself. Why it must be retaken: the settings dialog is now split into Category sections (General / Aiviro) — the old single-page layout no longer exists. A first attempt was discarded because the real Client ID was legible.


2. Review the General settings

The General category holds defaults that apply to every new scenario. You can leave all of them as they are for now.

SettingPurpose
Default Project FolderWhere the Save Project dialog starts.
ThemeSystem, Light or Dark interface theme.
LanguageInterface language of the Editor — English, Czech or German.
Default Animation TimeoutHow long the robot waits for UI animations to settle before looking at the screen.
Default Find TimeoutHow long a search for an element may take before it fails.
Default wait after timeoutDefault value of the Wait after parameter on new actions.
Always show additional optionsWhen on, the Advanced options group is expanded on every action form.
Auto Load Cycle IterableWhether loop collections are loaded automatically — Ask, Always or Never.
Button text visibilityShow or hide text labels next to toolbar icons.
Default scenario locale, Default date and time format, Default date format, Default decimal formatLocalization defaults for new scenarios; each scenario can override them in Scenario Settings → Localization.

Under the Aiviro category you will also find:

SettingPurpose
Vision Server → API URLEndpoint of the element-detection service.
Vision Server → Max cache / Enable CacheCaching of detection results, which speeds up repeated work on the same screen.
Logging LevelDEBUG, INFO, WARNING, ERROR or CRITICAL. Use DEBUG when troubleshooting.
Chromedriver PathPath to the ChromeDriver executable used by the Web Robot.
warning

Changes in the Aiviro category require restarting the application.


3. Create your robot profile

  1. Click Connect in the toolbar (or press Shift+R) to open the Open Environment dialog.
  2. Choose the Robot typeDesktop, Web or RDP.
  3. Enter a Profile Name and fill in the Robot Settings for the type you picked. See Robot Types & Configuration for the fields of each type.
  4. Save the profile so it is available next time, then click Connect.
📸 Screenshot needed — /img/editor/first-run/create-robot.png

Capture: the Open Environment dialog with the RDP robot type selected, the profile list on the left and Robot Settings filled in. Mask: blur the address, username and domain. Why it is new: the dialog is now profile-based and titled Open Environment.

Once the robot connects, its screen appears in the Robot view and Aiviro Editor is ready — you can start building Scenarios.


Next steps

  • Walk through the Quick Start to build and schedule your first scenario.
  • Store any passwords the scenario needs in the Secure Vault instead of typing them into actions.