yutori) runs on the Yutori N1 model and is designed to balance low latency with smart task performance for real-world browser automation.
In Anchor Browser, this agent is available directly through agentic API’s and taskOptions.agent = 'yutori'.
Overview
Yutori Computer Use provides:- Computer-use automation with native browser actions
- Balanced latency and intelligence for fast and reliable task execution
- Multi-step task handling for navigation, extraction, and workflow completion
- Structured output support through
output_schemawhen you need machine-readable results
Supported Models
| Model | Model ID | Best For |
|---|---|---|
| Yutori N1 | n1-latest | Balanced speed and smart performance (default) |
Code Example
Supported Computer-Use Actions
Yutori in Anchor Browser supports these core computer-use actions:left_click,double_click,triple_click,right_clickscroll,scroll_attype,key_presshover,draggoto_url,go_back,refreshwait
Secure Credentials with Secret Values
Yutori Computer Use fully supports secret values for secure credential handling. Secrets are never exposed to the AI model. Learn more about domain-scoped secrets and TOTP support.Best Practices
- Set
max_stepsintentionally based on task complexity to control runtime - Use
output_schemafor reliable, structured extraction workflows - Write specific prompts with clear success criteria for better automation quality

