Skip to content

Brave Search

Everruns integrates with Brave Search to give agents full web search capabilities. Agents can search the web and get relevant results including titles, URLs, and descriptions — perfect for research, fact-checking, and finding current information.

  • Full Web Search: Query the web and get ranked results with titles, URLs, and descriptions
  • Freshness Filters: Filter results by time (past day, week, month, year)
  • Pagination: Navigate through large result sets
  • Source Attribution: Every result includes a URL for citation and verification
  • Free Tier: Brave Search offers a free plan with 2,000 queries/month
  1. Go to Brave Search API
  2. Sign up for a free plan (2,000 queries/month)
  3. Copy your API Key from the dashboard
  1. Go to Settings > Connections
  2. Find Brave Search in the available providers
  3. Click Connect and paste your API key

Once connected, the Brave Search capability is automatically available in agent sessions.

Agents with the Brave Search capability can use this tool:

ToolDescription
brave_web_searchSearch the web and return relevant results
ParameterTypeRequiredDescription
querystringYesSearch query
countintegerNoNumber of results (1-20, default: 10)
offsetintegerNoPagination offset
freshnessstringNoTime filter: pd (past day), pw (past week), pm (past month), py (past year)

The tool returns a JSON object with:

FieldDescription
queryThe original query
resultsArray of result objects
countNumber of results returned

Each result object contains:

FieldDescription
titlePage title
urlPage URL (use for citations)
descriptionSnippet/description of the page
ageHow old the result is (e.g., “2 hours ago”) — optional
Use CaseBrave SearchDuckDuckGo
Full web search resultsBest choiceNot available
Current news and articlesBest choiceLimited
Quick facts and definitionsWorks but slowerBest choice
Wikipedia-style summariesNot availableBest choice
Calculations and conversionsNot availableDirect answers
API key requiredYes (free tier available)No

Both capabilities can be enabled simultaneously — the agent will choose the right tool based on the task.

  • API keys are encrypted at rest (AES-256-GCM envelope encryption)
  • Keys are validated on connection (test query to Brave Search API)
  • API key never appears in tool results or message history
  • Rate limiting deferred to Brave Search API (returns 429 on limit)

Experimental — available in dev mode only. This capability may change in future releases.