# Yutori API - [Overview](https://docs.yutori.com/index.md): Build reliable computer-use agents with the Yutori API - [Get API key](https://docs.yutori.com/authentication.md): Generate a key and make your first API request - [Quickstart for AI Agents](https://docs.yutori.com/llm-quickstart.md) - [Pricing](https://docs.yutori.com/pricing.md): Simple, transparent pricing for the Navigator, Browsing, Research, and Scouting APIs - [Health](https://docs.yutori.com/reference/health.md) - [Get Usage](https://docs.yutori.com/reference/usage.md): Get usage statistics over different time periods, active scouts, and rate limits. - [Get Started](https://docs.yutori.com/reference/navigator.md) - [Navigator n2 (Computer Use)](https://docs.yutori.com/reference/n2.md) - [Building agents with n2](https://docs.yutori.com/reference/n2-daytona.md): Step-by-step guide to build a Python agent loop that lets Navigator n2 control a Daytona sandbox - [Navigator n1.5 (Browser Use)](https://docs.yutori.com/reference/n1-5.md) - [Navigator Browser Extension](https://docs.yutori.com/reference/navigator-browser-extension.md): A lightweight Chrome extension powered by the Navigator API to automate browser tasks - [List Browsing Tasks](https://docs.yutori.com/reference/browsing-list.md): List browsing tasks for the authenticated user. - [Create A Task](https://docs.yutori.com/reference/browsing-create.md): Launches a website navigation agent to execute the task on a cloud browser. - [Get Status And Results](https://docs.yutori.com/reference/browsing-status.md): Returns the current status (queued, running, succeeded, failed) and any results if completed. - [Download Task Trajectory](https://docs.yutori.com/reference/browsing-trajectory.md): Downloads the trajectory for a completed browsing task. - [List Research Tasks](https://docs.yutori.com/reference/research-list.md): List research tasks for the authenticated user. - [Create A Task](https://docs.yutori.com/reference/research-create.md): Launches a one-time research task on the web. - [Get Status And Results](https://docs.yutori.com/reference/research-status.md): Returns the current status (queued, running, succeeded, failed) and any results if completed. - [List Scouts](https://docs.yutori.com/reference/scouts-list.md): List scouting tasks for this user. - [Get Scout](https://docs.yutori.com/reference/scout-get-detail.md): Get detailed information about a specific scout owned by this user. - [Create A Scout](https://docs.yutori.com/reference/scouts-create.md) - [Partially Update A Scout](https://docs.yutori.com/reference/scouts-patch.md): Update specific fields of an existing Scout. Only provided fields will be updated; omitted fields remain unchanged. - [Get Updates](https://docs.yutori.com/reference/scouts-updates.md) - [Update Email Settings](https://docs.yutori.com/reference/scouts-email-settings-update.md): Update email notification settings and manage subscribers for a scout. - [Mark Scout As Done](https://docs.yutori.com/reference/scouts-complete.md): Mark a scout as done. The scout will be archived and stop running. - [Delete Scout](https://docs.yutori.com/reference/scouts-delete.md) - [Restart Scout](https://docs.yutori.com/reference/scout-restart.md) - [Get started](https://docs.yutori.com/reference/webhook.md): Set up outbound webhooks. ## OpenAPI Specs - [openapi](/openapi.json) ## Optional - [Yutori](https://www.yutori.com) - [Playground](https://platform.yutori.com/navigator/playground) - [Yutori Local](https://yutori.com/local) - [Python SDK](https://github.com/yutori-ai/yutori-sdk-python) - [MCP](https://github.com/yutori-ai/yutori-mcp)