The web access layer for AI agents

TavilyAPI

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.

AgentCash

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.

Step 1

Onboard AgentCash

Sets up AgentCash and routes you through credits if needed.

$npx agentcash onboard
Step 2

Try the API

Discovers the origin and walks the first live call path.

$npx agentcash try https://tavily-api.dev
Step 3

Add for reuse

Keeps Tavily API available in your agent's persistent context.

$npx agentcash add https://tavily-api.dev
Tavily APItavily-api.dev
AgentCash Docs

One 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.02
POST /api/search

Run 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.08
POST /api/extract

Pull 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.48
POST /api/crawl

Start 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.16
POST /api/map

Traverse 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