Windows Automation

The Windows Automation category provides powerful tools for automating Windows applications and performing various operations on UI elements. These tools leverage the Windows Automation API to locate, interact with, and manipulate application windows and controls.

Using these endpoints, you can build agents that open applications, execute custom C# code, interact with UI elements, and automate complex workflows in Windows environments.

Endpoints

Open Application

POST /tools-api/app/open

Opens an application by name or path.

View Details

Execute C# Code

POST /tools-api/code/csharp-execute

Executes custom C# code.

View Details

Generate and Execute C# Code

POST /tools-api/code/csharp/generate-and-execute

Uses AI to generate and execute C# code based on a task description.

View Details

Invoke Element

POST /tools-api/automation/invoke

Invokes (clicks) a UI element using Windows Automation API.

View Details

Element Set Value

POST /tools-api/automation/set-value

Sets the value of a UI element in a Windows application.

View Details

Get Detail Infos For Window

POST /tools-api/automation/get-details

Gets detailed information about UI elements in a window.

View Details

Bring to Front

POST /tools-api/automation/bring-to-front

Brings a window to the front.

View Details

Set Focus

POST /tools-api/automation/set-focus

Sets focus on a UI element in a Windows application.

View Details