Yutori — AI agents that autonomously browse and act on the web
Yutori builds state-of-the-art AI web agents that reliably handle everyday digital tasks on your behalf — moving toward an AI chief-of-staff for everyone. Yutori controls the full stack, from training its own computer-use models to building agent-first interfaces, and ships them as enterprise-grade APIs and consumer products.
Yutori Navigator API
The Yutori Navigator API provides access to n1.5, a state-of-the-art computer-use model optimized for browser automation. It powers autonomous web agents that navigate websites, fill forms, extract data, 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 price. 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
Yutori Scouts is an always-on AI agent product that continuously monitors 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 a consumer AI agent you can hand tasks to and move on with your life. 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, Scouts, Research, and Browsing 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.