THE TOKEN TAX
KILLER.
AI agents shouldn't read 4MB desktop screenshots just to click a browser tab. Alt-Tabbing is built for fingers, not LLMs.WE TURN VISUAL CHAOS INTO A STRUCTURED API.
USAGE
EXECUTION
The Agent API
Gateway.
GET /api/v1/workspace
Returns a clean 2KB JSON map of all running apps, Chrome profiles, and open tabs. Stop scraping. Start commanding.
DUAL-PURPOSE ARCHITECTURE.
Built as a high-performance Tactical Sidebar for humans.
Engineered as a Deterministic REST API for autonomous AI agents.
100% DETERMINISTIC.
No more missed clicks or failed coordinate mapping. Agents target the exact Window PID or Chrome Tab ID for guaranteed execution.
TACTICAL COMMAND.
A beautifully styled, high-contrast side panel. Instantly search, filter, and extract any window or tab across your entire system.
MULTI-PROFILE SYNC.
Chrome blocks cross-profile cookies. Dockly acts as an orchestrated multiplexer, bypassing the sandbox to let AIs navigate profiles seamlessly.
import requests # 1. Ask Dockly for the current state of your PC workspace = requests.get("http://127.0.0.1:9223/api/v1/workspace").json() # 2. Tell Dockly to switch to a specific tab instantly requests.post("http://127.0.0.1:9223/api/v1/action", json={ "action": "activate-tab", "tabId": 1024 })