DexBox is open source. Spin up computer-use enabled Windows desktop locally.

Built for Windows

Computer Use Desktop
Infrastructure

Give your agents a real Windows environment. Browser, apps, filesystem, all of it.

Choose your approach

Two Ways to Build with Nen

Infrastructure

Computer Use Desktop

For developers building their own agents. Windows cloud desktops via API. You bring the logic.

Key Functions

  • <2s start-up latency
  • Built-in computer use
  • Usage-based pricing
Fully Managed

Managed Workflows

For teams that need desktop automation without building the agent themselves. We engineer and run it.

Key Functions

  • No platform license
  • No RPA team required
  • No code or agent required

Infrastructure

Computer Use Desktop

A Windows desktop in under 2 seconds.

Spin up isolated Windows cloud desktops via API. You bring the agent. Nen handles the desktop.

bash
$ nen desktop create

 Desktop ready (1.8s)
  ID:       dsk_8x4k2p9b
  Endpoint: api.getnen.ai/desktops/dsk_8x4k2p9b
  Tools:    computer, bash, files
python
from nen import Desktop
from anthropic import Anthropic

desktop = Desktop("dsk_8x4k2p9b")
agent   = Anthropic()

while not desktop.is_done():
    state  = desktop.screenshot()
    action = agent.decide(state)
    desktop.execute(action)

01.

Spin up

One API call returns a fresh, isolated Windows desktop in under 2 seconds. No warm pools, no queue, no infrastructure to manage.

02.

Drive

Point any computer-use model at the session, whether Claude, GPT, or your own. Screenshots, clicks, keystrokes, and shell commands over a single SDK in Python, TypeScript, or HTTP.

03.

Scale

Run thousands of desktops concurrently. Pay only for active session time and tear down when the agent is done. No idle cost, no per-seat licensing.

Fully Managed

Managed Workflows

Describe the workflow. We engineer it. Your system calls it.

No platform license. No RPA specialists. No six-month implementation. You describe the task, we build and operate it, your system calls one endpoint.

bash
$ curl -X POST api.getnen.ai/runs \
    -d @retrieve_chart.json

 Run started · run_3kx9p2m4
Live Nen-driven Windows desktop session retrieving a discharge summary from an Epic EHR for patient MRN 4827.
LIVErun_3kx9p2m4
webhook
POST /api/nen-webhook
{
  "run_id": "run_3kx9p2m4",
  "doc_url": "api.getnen.ai/d/9f2a"
}

01.

Connect

No agent installation on the target machine. Works behind firewalls. Works with existing IT. One API call to establish a session.

02.

Automate

Define everything in code. No DSL to learn. Computer vision handles the UI. Your logic runs alongside the desktop session to minimize latency and maximize reliability.

03.

Trigger

Fire automations from any backend, workflow engine, or orchestration layer. Schedule, webhook, or pipeline step. Results come back as structured JSON.

Platform capabilities

Built for real-world Windows environments

Environment

Built for Windows

  • Supports RDP, Citrix, and Amazon Appstream
  • Works out of the box with existing environments
  • DexBox: open-source Windows desktop tool server (Apache 2.0)

Execution

Built for Agents

  • Supports all computer use models
  • First-class MCP and CLI support
  • Use Python, TypeScript, or any language — no proprietary DSL
  • Works with Cursor, Claude Code, and other coding agents

Platform

Built for Developers

  • Managed infrastructure — no ops burden
  • Usage-based pricing — no yearly contracts
  • First desktop in less than 2 seconds

Use Cases

Where your agents go to work

Logistics

Computer Use Desktop

Desktop Operations Automation

Agents handle repetitive data entry in the desktop software your customers already use. No system replacement required.

Healthcare

Managed Workflows

Patient Document Retrieval

We build and run agents that navigate Windows desktop EHR environments to retrieve documents for appeals and prior authorization workflows.

Financial Services

Computer Use Desktop +
Managed Workflows

Government Portal Filing

Agents complete structured submissions with full traceability. Bring your own agent, or let us build and operate it.

Start building.
Or let us build it.