Yutori — AI agents that autonomously browse and act on the web
Yutori builds web agents that autonomously navigate websites, fill forms, and complete browser tasks at scale. These agents run on Navigator, Yutori's own computer-use model offering frontier accuracy at a fraction of the cost, plus a scalable cloud browser fleet and a performant agent harness.
Yutori Navigator API
The Yutori Navigator API provides access to n1.5, a state-of-the-art computer-use model specialized for web tasks that is pareto-dominant on the trifecta of accuracy, cost, and latency compared to frontier computer-use models like GPT 5.5, Opus 4.7, Gemini 3.5 Flash, etc. The Navigator API can power autonomous web agents that navigate websites, fill forms, extract data from dynamic websites, and complete tasks on behalf of users. The API is OpenAI Chat Completions compatible, with hybrid vision and DOM interaction, JavaScript execution, and structured JSON output using caller-provided schemas. The model ID is n1.5-latest.
Benchmark performance
Navigator n1.5 sets a new state of the art on web-agent benchmarks: 94.5% on Online-Mind2Web, 88.0% on Navi-Bench v2, and 93.0% on Westworld — outperforming other computer-use models at a fraction of the cost. Pricing is usage-based: $1.50 per 1M input tokens and $5.00 per 1M output tokens, with $5 in free credits for new accounts.
Products
Scouts
Scouts by Yutori provides always-on AI agents that continuously research and monitor the web for anything you care about -- product deals, travel prices, reservations, competitive intelligence, prospecting, recruiting, and more -- and surfaces updates with customizable alerts. Learn more at yutori.com/scouts.
Delegate
Yutori Delegate is an agent you hand off tasks to and move on with your life. It connects to your internal apps and logged-in accounts (e.g. email, Slack, etc.), proactively schedules itself forward, and makes progress on tasks. Unlike assistants that need constant supervision, Delegate completes tasks with the judgment to handle them independently. Learn more at yutori.com/delegate.
Developer resources
Everything a developer or coding agent needs to integrate Yutori is published at predictable, named URLs:
- Yutori API documentation — the full developer reference for the Navigator, Browsing, Scouts, and Research APIs.
- Yutori OpenAPI specification — the machine-readable OpenAPI (Swagger) schema for the Yutori API.
- Yutori API authentication guide — how to create and use an API key (sent as a bearer token). Create keys at platform.yutori.com.
- Yutori MCP server — the hosted Model Context Protocol server (streamable HTTP) for creating and managing Scouts and running Research and Browsing tasks. Described by the Yutori MCP server card.
- Yutori API catalog — an RFC 9727 linkset for programmatic discovery of every machine-readable API surface.
- Yutori coding-agent quickstart (llms.txt) — setup, auth, and verification instructions for installing the Yutori CLI, MCP server, and skills.
- Yutori Python SDK — the official Python client for the Yutori API.
- Yutori API health endpoint — service status for the public API.
Getting started
Sign up at platform.yutori.com to get an API key and $5 in free credits, then read the docs at docs.yutori.com. You can also install the Yutori CLI with curl -fsSL https://yutori.com/install.sh | bash.