A computer that remembers.
Give each user a persistent computer. Pick up the same files and browser session on the next job.
Open Hacker News and return the top story.
One user. One persistent computer. Every step in view.
Persistent computers that work in the background. Send a task, watch it happen, and step in when it matters.
Built for teams adding computer-use agents to their products.
Give each user a persistent computer. Pick up the same files and browser session on the next job.
Watch the desktop, follow agent actions, and revisit the event history after a job finishes.
Pause for approval or take control of the desktop. Hand it back when you’re ready for the agent to continue.
Connect your customer’s identity to a workspace.
Trickroom creates or resumes the computer and runs the job in the background.
Open the viewer for live activity. Results and history stay available when you return.
POST /v1/jobs
Authorization: Bearer <organization_api_key>
Content-Type: application/json
{
"user_id": "<your_user_id>",
"task": "Open Hacker News and return the title of the top story."
}The response includes a job ID and viewer URL. The worker keeps going after you close the tab.
Need access? Contact your workspace administrator.