900 B
900 B
| summary | read_when | ||
|---|---|---|---|
| Querit API setup for web_search |
|
Querit
Moltbot supports Querit as an alternative provider for web_search.
Get an API key
- Create a Querit account at https://querit.ai/
- Generate an API key in your account dashboard.
- Store the key in config (recommended) or set
QUERIT_API_KEYin the Gateway environment.
Config example
{
tools: {
web: {
search: {
provider: "querit",
querit: {
apiKey: "QUERIT_API_KEY_HERE"
},
maxResults: 5,
timeoutSeconds: 30
}
}
}
}
Notes
- Querit provides fast web search with structured results (title, URL, snippet).
- Check the Querit API portal for current limits and pricing.
See Web tools for full web_search configuration.