Route
Describe the capability, surface, region, budget, and trust level. The control plane selects an eligible runtime without coupling your product to one provider.
Route work across browsers, desktops, sandboxes, and computer-use agents. Observe one normalized timeline. Take over when human judgment matters.
Developer preview: account sign-in activates a Project and the secure hosted console automatically.
surface: auto · trust: verifiedCapability · trust · region · cost
One control plane
Keep product logic focused on the job to be done. t.computer owns runtime selection, normalized state, and the boundary between automation and people.
Describe the capability, surface, region, budget, and trust level. The control plane selects an eligible runtime without coupling your product to one provider.
Follow tasks, ordered events, screenshots, artifacts, and usage through one normalized API—even when the underlying runtime changes.
Pause automation, review an approval, or enter a live computer when a person should make the next decision.
Surfaces
Ask for the surface and capabilities you need. Keep the provider an implementation detail.
Navigation, screenshots, CDP access, and live-view handoff for web work.
A graphical desktop with command execution and a clear human takeover path.
Isolated command execution for code, builds, automation, and data workflows.
Compute capability and infrastructure trust are separate decisions. t.computer evaluates both before placement, then keeps the supervision trail available to your application.
Policy boundary preservedProvider-specific credentials remain server-side.
Developer API
Create tasks through versioned REST resources, recover state from ordered events, and keep runtime-specific details behind a stable contract.
curl https://api.t.computer/v1/tasks \
--request POST \
--header "Authorization: Bearer $T_API_TOKEN" \
--header "Content-Type: application/json" \
--data '{"task":"Check the release candidate","agent":"auto"}'