AgentD
is a powerful daemon designed to make a desktop OS accessible to AI agents. By exposing an HTTP API, AgentD
allows for seamless interactions between a desktop environment and AI-driven applications or scripts.
AgentD
, follow these simple steps:
AgentD
pre-installed. This is the easiest way to get up and running without worrying about dependencies or configuration.AgentD
on your own Ubuntu VM, you can use our remote installation script. This is suitable for users who want more control over the installation process or need to integrate AgentD
into an existing setup.AgentD
is installed and the VM is launched, you can start interacting with its desktop through the HTTP API. The API allows you to control the mouse and keyboard, manage web browser sessions, capture screenshots, and much more.AgentD
is running correctly, you can send a request to the /health
endpoint. A successful response indicates that AgentD is ready to accept commands.AgentD
provides a rich set of API endpoints to interact with the desktop. Here are some of the key functionalities:
/move_mouse
, /click
, /type_text
, etc./open_url
/screenshot
/recordings
, /recordings/{session_id}/stop
, etc.AgentD
and its API, please refer to the full API documentation and examples provided in our GitHub repository.