tavily
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name TAVILY_TOKEN or zero doctor check-connector --url https://api.tavily.com/search --method POST
How to Use
All examples below assume you have TAVILY_TOKEN set in your environment.
The base endpoint for the Tavily search API is a POST request to:
https://api.tavily.com/search
with a JSON body.
1. Basic Search
Write to /tmp/tavily_request.json: