HTTP API reference

One compatibility route for every tool.

The Cheap Version is the primary local route. Health, MCP, and JSON execution remain available only when an explicit compatibility HTTP service is required.

Health

GET /health

Returns ok, transport, and headless_preferred. The default port is 8765.

Execute

POST /api/execute
Content-Type: application/json

{"tool":"list_headless_desktops","arguments":{}}

Every registered tool name can be dispatched. Results retain factual error details.

Files

upload_file accepts a destination and bounded base64 payload; download_file returns bounded base64. Keep the API on a trusted private network.

Collection

Download the Postman collection · Repository API notes

Suggested articles

Cheap Version · Trusted-LAN API · Headless desktops · Electron manual client