Overview
The easiest way to get things done is by using our proprietary computer-use agent—either through the Playground or via the agent endpoint. It’s optimized for long-running tasks and, based on our internal benchmarking, excels at leveraging the instance’s knowledge. When given a task, the agent retrieves knowledge from the instance (which includes a summary of previous agent runs), captures a screenshot, and initiates a computer-use loop to interact with the instance. Internally, we use Anthropic’s Sonnet 3.7 model.Run Agent
Stop Agent
You can stop a running agent with the instance ID.Get Agent State
You can check the current status of an agent with the agent ID. Note:agent_id is different from instance_id. Every time you run the agent on an instance, it gets assigned a new agent_id.