We're releasing Exa Agent: a single API to access frontier web research capabilities at a fraction of the cost.
Exa Agent combines top language models with Exa's state-of-the-art web search tools to achieve the most exhaustive and accurate results now used in a variety of agentic products.
Exa Agent is highly effective on deep research, list-building, and entity enrichment tasks.
When working with large datasets, Exa Agent divides the task into many subtasks and assigns subagents to research various domains at once. When researching, it uses a fusion of frontier and cost-effective models to find the most cost-effective methodology for the given research task.
To quantify performance, we used an array of public benchmarks that measure quality, latency, cost and token efficiency.
Our goal was to produce the best web research agent using methodologies like model fusion and Exa's token-efficient highlights model (which have shown up to 94% reductions in token usage). The result is significantly lower cost and latency for frontier performance.
WideSearch was introduced in August 2025 to evaluate agents' abilities to aggregate and structure atomic information about entities from across the web. The expected output is always a table, structured as a list of enriched entities.
The English version contains 100 tasks, with the number of required columns varying from 3 to 14. In our setup, we evaluate only the agent's final answer. We compute F1 over rows: a row is counted as successful only if the matched entity and all required enrichment columns are valid. Otherwise, it is counted as a miss.
We experimented with cell-level F1, but found it too permissive because it rewards isolated enrichment values even when the agent failed to ground them to the correct entity.
Companies building their own agents can plug into the Exa Agent API directly.
Finance Agents can take advantage of Exa Agent's ability to retrieve real-time data from across the web, aggregating it into any output format required.
Go-to-market agents can bring their own list of accounts or prospects to enrich, or use Exa Agent's list-building capabilities to generate lists of tens or hundreds of entities.
Compiled a compact Databricks company brief across funding, launches, partnerships, hires, events, and public GitHub activity. The main signal is momentum from a $134B February financing and a product narrative around governed enterprise AI agents, Lakebase, Genie, and OpenSharing.
Compiled from Databricks press releases, blogs, docs, GitHub pages, Reuters/MarketScreener reporting, Linux Foundation materials, and conference pages as of 2026-06-16. The June 2026 valuation item is reported discussion, not confirmed closed financing.
Exa Agent using auto effort will dynamically scale to the amount of compute required by the given task. Developers can also set an effort level for fixed costs:
| Effort | Cost | Best for |
|---|---|---|
minimal | $0.012 / request | Lightweight tasks, lowest cost |
low | $0.025 / request | Simple lookups, narrow factual tasks, short answers |
medium | $0.10 / request | Default starting point for most standard research tasks |
high | $0.50 / request | Harder research, more citations, stricter completeness |
xhigh | $1.00 / request | High-value tasks where completeness matters more than cost/latency |
The API also allows developers to use structured outputs via the outputSchema parameter, and to bring their own data using input.data. Exa Agent uses many tools to operate efficiently over large datasets.
Exa Agent is available today. Read the docs or try it in the Exa API Playground: dashboard.exa.ai/playground/agent