Bytebot REST API
Bytebot’s core functionality is exposed through its REST API, which provides endpoints for interacting with the desktop environment. The API allows for programmatic control of mouse movement, keyboard input, and screen capture.Base URL
All API endpoints are relative to the base URL:Authentication
The Bytebot API does not require authentication by default when accessed locally. For remote access, standard network security practices should be implemented.Response Format
All API responses follow a standard JSON format:Error Handling
When an error occurs, the API returns:Available Endpoints
Computer Use
Execute desktop automation actions like mouse movements, clicks, keyboard
input, and screenshots
Input Tracking
Control and stream keyboard and mouse events from the desktop
Usage Examples
Code examples and snippets for common automation scenarios