FruxonDocs

Tavily

AI-powered web search and content extraction API for agents

The Tavily integration provides AI-powered web search, content extraction, website crawling, and in-depth research capabilities for your agents.

Prerequisites

You need:

  • Tavily API Key — Sign up at tavily.com and copy your API key from the dashboard.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Tavily from the integration list
  4. Give the config a display name (e.g., "Tavily - Web Search")
  5. Paste your API Key
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Tavily tools from the tools panel
  2. The agent uses your integration config for all Tavily API calls
  3. Tools are referenced as tavily.tavily_search, tavily.tavily_extract, etc.

Available Tools

ToolDescriptionAction Type
tavily_searchSearch the web using Tavily's AI-powered search engineReadOnly
tavily_extractExtract and process content from web pagesReadOnly
tavily_crawlCrawl a website with configurable depth and breadthReadOnly
tavily_mapGenerate a site map of all URLs on a websiteReadOnly
tavily_researchConduct in-depth research on a topicReadOnly

On this page