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
- Open your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select Tavily from the integration list
- Give the config a display name (e.g., "Tavily - Web Search")
- Paste your API Key
- Save the agent revision
Using in Your Agent
- In an Agent Step, attach Tavily tools from the tools panel
- The agent uses your integration config for all Tavily API calls
- Tools are referenced as
tavily.tavily_search,tavily.tavily_extract, etc.
Available Tools
| Tool | Description | Action Type |
|---|---|---|
tavily_search | Search the web using Tavily's AI-powered search engine | ReadOnly |
tavily_extract | Extract and process content from web pages | ReadOnly |
tavily_crawl | Crawl a website with configurable depth and breadth | ReadOnly |
tavily_map | Generate a site map of all URLs on a website | ReadOnly |
tavily_research | Conduct in-depth research on a topic | ReadOnly |