Skip to main content
Version: Current

Buddies

Overview

The Buddies tab allows administrators to manage automation execution agents within the AI Command Center.

There are two types of Buddies:

  • Assistant
  • Smart

Buddies execute automation under a specific user identity.
Access to system resources depends on the roles and permissions assigned to that user.

User permissions are governed through role-based access control.
For more information, see Roles.


How to Access

From the AI Command Center, navigate to: Local Agents → Buddies

You can switch between:

  • Assistant Buddy
  • Smart Buddy


Buddies View

The Buddies tab displays registered automation agents in a structured grid layout.

View Filters

ViewDescription
All BuddiesDisplays all buddies in the organization (default for Maintainer role).
My BuddiesDisplays buddies created or owned by the logged-in user.
Shared With MeDisplays buddies shared with the logged-in user.

The dashboard also provides a summary count of enabled and disabled Smart Buddies.


Buddy Actions

The following actions are available based on permissions:

ActionDescription
ShareShare a Smart Buddy with other users.
ViewView buddy details in read-only mode.
EditModify buddy configuration.
Enable / DisableActivate or deactivate the buddy.
DeleteRemove the buddy from the system.
AuditView audit history for the buddy.
Shared WithView users who have access to the Smart Buddy.

Assistant Buddies

Assistant Buddies impersonate real users and execute automation under a real user session.

They are node-locked and automatically register upon first connection to the AI Command Center.

License Requirement

The associated user must have an Assistant Buddy license assigned.

For license management, see: Managing Application Licenses


Deleting an Assistant Buddy

  1. Open the Assistant tab.
  2. Select the buddy.
  3. Choose Delete.
note

Deleting an Assistant Buddy releases its license back to the license pool.


Smart Buddies

Smart Buddies execute automation under a virtual user context and are typically associated with Smart Stations.


License Requirement

The associated automation user must have a valid Smart Buddy license assigned.

For license management, see: Managing Application Licenses


Creating a Smart Buddy

To register a new Smart Buddy:

  1. Open the Smart tab.
  2. Click Smart Agent.
  3. Select the automation user.
  4. Provide:
    • Buddy Name
    • Smart Station
    • Domain Name
    • Domain User
    • Domain Password
  5. (Optional) Add a description.
  6. Click Add.


User Credential Configuration

Smart Buddy runs automation within a user session.

Password Behavior

  • If the session does not exist, Smart Buddy creates one using RDP.
  • If no password is provided, automation runs only if an active session already exists.

Standalone Computer User Configuration

To retrieve domain and username for a local user:

  1. Open Windows PowerShell as Administrator.
  2. Run the following command:

Get-Process -Name Explorer -IncludeUserName
  1. Under the UserName column:
    • Text before \ → Domain Name
    • Text after \ → Domain User

Enabling or Disabling a Smart Buddy

To disable:

  1. Select the Smart Buddy.
  2. Choose Disable.
  3. Confirm.

Disabling stops:

  • Job executions
  • Triggers
  • Scheduled runs

To re-enable, choose Enable.


Deleting a Smart Buddy

  1. Select the Smart Buddy.
  2. Choose Delete.
note

Deleting a Smart Buddy releases its license back to the license pool.


Sharing a Smart Buddy

Smart Buddy Owners can share access with other users.

Permission Types

PermissionDescription
ViewerCan use the buddy to execute jobs.
EditorCan execute jobs and modify buddy configuration.
OwnerFull control including sharing and deletion.
info

By default, the AI Command Center user whose Smart Buddy license is first assigned becomes the Owner of that Smart Buddy.

To share:

  1. Select the Smart Buddy.
  2. Choose Share.
  3. Select a user.
  4. Assign permission level.
  5. Click Share.


Security and Access Control

  • Buddies operate under the context of the assigned user identity.
  • Permissions are inherited from assigned roles.
  • All configuration changes are tracked via audit logs.
  • License assignment is required for both Assistant and Smart Buddies.