T
Tavily
/search
Agent web search
Web search returning an LLM-ready answer and extracted content per result.
needs keyunknown
searchagentraganswer
$0.010
per call
plus $0.001 platform fee per run
Bring your own Tavily key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run tavily /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
| depth | string | basic or advanced default "basic" |
| max_results | number | Max default 5 |
| include_answer | boolean | Include synthesized answer default true |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"tavily","endpoint":"/search","input":{"query":"...","depth":"basic","max_results":5,"include_answer":true}}'cli
npx cracked-ai run -p tavily -e /search -i '{"query":"...","depth":"basic","max_results":5,"include_answer":true}'mcp
run_tool({ provider: "tavily", endpoint: "/search", input: {"query":"...","depth":"basic","max_results":5,"include_answer":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.