Important API details:
- A valid Tavily API key is required to authenticate all tool calls; the key must be provided as a header when configuring the server in Caylex.
- Tavily API usage is metered against your Tavily account’s credit quota — high-frequency crawling or extraction tasks may consume credits quickly.
- The tavily_crawl and tavily_map tools operate on entire site structures and may be subject to depth and page-count limits depending on your Tavily plan.
- tavily_skill provides pre-built agent skill workflows (e.g., research pipelines) that internally compose multiple Tavily operations in a single call.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Hosting | Remote (externally hosted) |
| Categories | Search & Research, Analytics & Data |
Authentication
This server supports the following authentication method:Header Authentication
This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding. Header values are provided by the users during the Auth Link flow.Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Tavily in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.
Available Tools
This server provides 6 tools:Search
tavily_search
tavily_search
Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.
tavily_research
tavily_research
Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources, including web pages, documents, and other resources, to answer a question or complete a task. Returns a detailed response based on the research findings. Rate limit: 20 requests per minute.
Extraction
tavily_extract
tavily_extract
Extract content from URLs. Returns raw page content in markdown or text format.
Crawl & Map
tavily_crawl
tavily_crawl
Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.
tavily_map
tavily_map
Map a website’s structure. Returns a list of URLs found starting from the base URL.
Agent Skills
tavily_skill
tavily_skill
Search documentation for any library, API, or tool. Returns relevant, structured documentation chunks assembled for your specific query. When working with a specific library, always pass the library name for best results.