The web access layer for AI agents
Search, extract, crawl, and map the web. Pay per request.
Connect your agents to real-time, accurate web information through the Tavily search and content extraction API — no accounts, no subscriptions, no API keys. Every call settles with a micropayment over x402 or MPP.
Install Tavily API into AgentCash. Web search and content extraction for AI agents — one origin.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://tavily-api.devAdd for reuse
Keeps Tavily API available in your agent's persistent context.
npx agentcash add https://tavily-api.devOne API. Four endpoints. Pay per request.
Args-derived pricing tracks Tavily's own credit cost at $0.01 per credit. The price is computed from your request body before the payment challenge, so you always know the cost up front.
Search
$0.01–$0.02POST /api/searchRun a web search and get back relevance-ranked results — with an optional LLM-generated answer, images, and raw page content. Basic depth $0.01, advanced depth $0.02.
Extract
$0.01–$0.08POST /api/extractPull clean, structured content from one or more URLs as markdown or plain text. Billed per batch of 5 URLs — $0.01 basic, $0.02 advanced.
Crawl
$0.02–$0.48POST /api/crawlStart from a root URL and follow links across a site, returning cleaned content for every page reached. Priced from the `limit` parameter.
Map
$0.01–$0.16POST /api/mapTraverse a site from a root URL and return its link graph — a structured list of URLs, with no content extraction. Priced from the `limit` parameter.
Machine-readable discovery: /openapi.json · /api/health