Skip to main content
Web Search lets your agents search the internet for up-to-date information. It works as both a programmatic function and an agent tool that the LLM can invoke automatically.

Supported Providers

The simplest way to give your agent search capabilities:
The agent will automatically decide when to search the internet based on the user’s question. Use webSearch() directly in your code, workflows, or custom tools:

Response Format

Two Modes: Standalone and Platform

Standalone Mode (API key in code)

Pass the API key directly. No platform connection needed:

Platform Mode (credential managed in portal)

Configure the search provider credential in the Runflow portal (Connectors > Search category), then use without an API key:
The platform manages the API key securely via the connector credential system.

Provider Examples

Exa uses neural search — describe what you’re looking for in natural language for best results.

Serper (Google results)

Configuration Options

Using in Workflows

Next Steps

Schedule

Create scheduled executions programmatically

Tools

Create custom tools for agents