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”)
Connection (BYO key)
The integration is Bring Your Own Key:1
Create a Tavily account
tavily.com → the free tier covers initial testing.
Paid plans are available for higher volume.
2
Get your API key
In the Tavily dashboard, copy your API key.
3
Paste it into ApolloSpace AI
Settings → Integrations → Tavily → paste the key.
4
Done
Scout will start using that key automatically. You can swap
or revoke it at any time.
The key is stored encrypted and isolated per organization — another
ApolloSpace AI customer cannot see your key. See Security.
Search tier
Tavily exposes two search tiers:
Scout uses the basic tier by default — the best cost/quality ratio for the typical use case. Teams with specific needs can configure advanced via support.
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), ApolloSpace AI 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, ApolloSpace AI 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
The Tavily invoice goes directly to you — ApolloSpace AI does not intermediate payment.
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, ApolloSpace AI uses
Apify, not Tavily.