Automation
Webfuse provides an easy way to deploy AI agents on any website by acting as a web proxy. This approach requires zero access to the application’s source code.
- Interaction Model: Webfuse enables agents to interact with web pages through tool calling (also known as function calling).
- Available Tools: It provides a core set of automation functions, allowing the agent to perform actions like clicking buttons, scrolling, and capturing the state of the page.
The Extension Automation API provides a way to automate the use of a virtual tab of Space the way a real user would do it. This API provides methods like wait
, mouse_move
and scroll
which resemble the actions a real person would do when interacting with a website. This API is comparable with other agentic tools’ APIs, such as Anthopic’s Computer use tool.
You can think of it as a high level API that Webfuse provides you to automate tasks in any web application without changing its code.
The Automation API keeps track of a virtual mouse (which initially is at the top left corner of the virtual tab) and provides methods to move it around so that other actions can be performed in at the coordinates where the mouse is.