What it is
Tavily is a search engine built for AI agents. Unlike a generic search API, Tavily returns pre-structured snippets designed for grounding: each result comes with a source URL, relevance score, and context snippet. Scout uses Tavily as its primary engine for all public searches.Why Tavily (and not something “simpler”)
| Alternative | Why it’s NOT the default |
|---|---|
| Direct Google search | No stable public API + restrictive terms of service |
| Generic web scraping | Fragile, costly, high risk of being blocked |
| Bing Search API | Works, but Tavily delivers better-curated results for LLM consumption |
| Built-in web search (native) | Used as a fallback when Tavily is unavailable |
Connection (BYO key)
The integration is Bring Your Own Key:Create a Tavily account
tavily.com → the free tier covers initial testing.
Paid plans are available for higher volume.
The key is stored encrypted and isolated per organization — another
Apollo Space customer cannot see your key. See Security.
Search tier
Tavily exposes two search tiers:| Tier | What it delivers | When it makes sense |
|---|---|---|
| Basic | Fast response, short snippets | Exploratory research, simple queries |
| Advanced | Deeper content + larger chunks + additional processing | Critical analysis, fact-checking |
Automatic fallback
If a Tavily search fails (key not configured, Tavily rate limit, network error), Scout automatically falls back to the platform’s built-inweb_search — you won’t see an interruption, just a note in the trace indicating the fallback was used.
Per-org cap
To protect your Tavily key from accidental exhaustion (search loops during debugging, misconfigured agent), Apollo Space applies an internal searches-per-second cap per organization. When the cap fires:- The current search falls back to the built-in provider for a short period
- The cap-fire is recorded in the org’s event history
- After the cooldown, Tavily resumes being used normally
Dry-run mode for development
In test/dev environments, Apollo Space operates in dry-run mode by default: Scout returns 3 canned snippets (with URLs clearly marked asexample.com) without actually calling Tavily.
This protects your key from being consumed in non-production environments.
In production, dry-run is off by default.
Costs
| Where it falls | Who pays |
|---|---|
| Tavily search (per API call) | Your Tavily account directly |
| Scout orchestration (LLM + Apollo Space processing) | Your Stars balance |
Next steps
Scout — who uses Tavily
The persona that triggers the searches.
Stars
How Scout usage (orchestration) factors into billing.
Apify (enrichment)
For Google Maps search + site enrichment, Apollo Space uses
Apify, not Tavily.