원클릭으로
tavily-cli
// Web search, page extraction, site crawling, and multi-source research from the terminal. Use when an agent needs to search the web, extract content from URLs, crawl sites with an objective, or run deep research across sources.
// Web search, page extraction, site crawling, and multi-source research from the terminal. Use when an agent needs to search the web, extract content from URLs, crawl sites with an objective, or run deep research across sources.
| name | Tavily CLI |
| description | Web search, page extraction, site crawling, and multi-source research from the terminal. Use when an agent needs to search the web, extract content from URLs, crawl sites with an objective, or run deep research across sources. |
Native web access for agents from the terminal. Search, extract, crawl, and research with structured output designed for agent workflows.
curl -fsSL https://cli.tavily.com/install.sh | bash
tvly login
Natural language web search — results are ranked, filtered, and compressed for LLM use (no raw HTML).
tvly search "latest developments in AI agents"
tvly search "Series B AI infrastructure companies founded after 2023" --json
Pull structured content from a specific URL.
tvly extract "https://docs.example.com/api" --json
Crawl a site with a specific objective.
tvly crawl "https://docs.tavily.com/welcome" --objective "find documentation on n8n integration" --json
Deep multi-source research on a topic.
tvly research "competitive landscape of AI code assistants" --json
--json: structured JSON output for agent parsing--json for structured outputtvly loginRender videos, audio, and still images programmatically with React using terminal commands. Use when an agent needs to preview compositions, list available compositions, or render media artifacts from a Remotion project.
Review local code changes before commit, surface bugs and security issues, and feed findings back into an AI coding loop. Use when an agent needs to run terminal-native code review on a Git repo and act on the results.
Manage Sentry releases, upload debug symbols and source maps, send events, monitor crons, and stream logs. Use when an agent needs to create releases, upload source maps, manage debug info files, or send test events to Sentry.
Search GIFs from Tenor and Giphy via CLI or TUI, download GIFs, and extract stills or sprite sheets. Use when an agent needs to find a GIF by keyword, download it, or generate a still frame or contact sheet from a GIF.
Manage AWS services — EC2, S3, Lambda, IAM, and more. Use when an agent needs to provision cloud infrastructure, manage S3 buckets, invoke Lambda functions, or configure AWS resources.
Search, authenticate, and execute tools across 1000+ apps from the terminal. Use when an agent needs to discover available integrations, connect to third-party services, or execute actions across SaaS apps.