Developer preview

One API.
Any computer.

Build on browsers, desktops, sandboxes, and computer-use agents through a single provider-neutral control plane.

Terminal
$ tctl create --surface sandbox --name demo

cmp_01JZ…  routing
             ↳ native/linux

$ tctl exec cmp_01JZ… -- uname -s
Linux

✓ execution succeeded  1.2s
Why t.computer

Keep your application portable.
Keep every action legible.

Providers expose different primitives. The control plane gives them one durable resource model, with routing and human control built in.

01

Route

Request a surface and policy. Eligible providers compete on capability, trust, price, and latency.

02

Observe

Follow durable, ordered events across tasks, computers, executions, approvals, and artifacts.

03

Take over

Move from automation to a live human session without abandoning the resource or its audit trail.

A small mental model

Intent in.
Durable facts out.

A task can route to an agent and attach one or more computers. Each command becomes an immutable execution with ordered events, runtime-enforced approvals, and attributable artifacts.

Understand tasks and executions
IntentTasktask_01…
routes
EnvironmentComputercmp_01…
runs
ActionExecutionexec_01…
Events
Approval
Artifact
Four commands to first compute

Start with the local CLI.

Build tctl, connect a token, create a computer, and run your first command.

Read the quickstart