> ## Documentation Index
> Fetch the complete documentation index at: https://docs.archal.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tavily clone

> Test Tavily research agents against an Architecture Preview with deterministic helpers plus replay-backed REST/tool parity.

Clone ID: `tavily`

## Start here

| Question     | Answer                                                                                                                                                                        |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Best for     | Agents that search the web, extract page content, crawl sites, map URLs, or run research jobs.                                                                                |
| Connect with | Route mode for `api.tavily.com`, or direct REST base URLs from `archal clone start tavily`.                                                                                   |
| Known limits | Architecture Preview: Tavily is REST-first and fixture-backed today, with runtime replay for some REST/tool parity. Coverage is strongest for request/response compatibility. |
| Seeds        | Common seeds: `empty`. See [Seeds](/guides/seeds) for usage.                                                                                                                  |

## What it covers

* Search and extract calls
* Crawl and map operations
* Research request lifecycle
* Usage and API key endpoints
* Service-shaped REST responses and errors

## Surface

Use route mode when your agent already calls `api.tavily.com`. For manual
debugging, start the clone with `archal clone start tavily` and use the printed
REST base URL.
