This page is still a work in progress. A guide for all Web Search providers is coming soon!
The web search action allows your Agents to query the internet and retrieve real-time information from web sources.

Web Search in Onyx

On Onyx Cloud

Web search is already active and ready to use on Onyx Cloud - no additional configuration required!

Exa AI

1

Create an Exa AI API key

Navigate to the Exa AI dashboard and create a new API key.
2

Set the EXA_API_KEY environment variable

In your .env or values.yaml file, provide your Exa AI API key.
.env
EXA_API_KEY=your_exa_api_key_here
values.yaml
configMap:
  EXA_API_KEY: your_exa_api_key_here
Once the EXA_API_KEY is set, the web search action will automatically appear in your Actions dashboard and can be attached to your Agents.
Make sure your Agent has the Web Search Action enabled!