Dockly
V3 IS HERE: THE BEST WAY TO WORK

EVERYTHING IN
ONE CLICK

Stop looking for your apps and internet tabs. Dockly shows you everything in one place. It's the fastest way to get your work done.

95%
TIME SAVED
FAST
TO GET STARTED
EASY
FOR EVERYONE

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.

95%
LESS TOKEN
USAGE
<1ms
SUB-MILLISECOND
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.

INITIALIZE

DUAL-PURPOSE ARCHITECTURE.

Built as a high-performance Tactical Sidebar for humans.
Engineered as a Deterministic REST API for autonomous AI agents.

FOR 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.

FOR HUMANS

TACTICAL COMMAND.

A beautifully styled, high-contrast side panel. Instantly search, filter, and extract any window or tab across your entire system.

THE ARBITRAGE

MULTI-PROFILE SYNC.

Chrome blocks cross-profile cookies. Dockly acts as an orchestrated multiplexer, bypassing the sandbox to let AIs navigate profiles seamlessly.

agent_focus.py
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
})

COMMAND
YOUR OS.

Get the Dockly 2.0 Desktop App and local API Gateway.
Stop hunting. Start executing.

Ver: 2.0.0API ENABLED