Web Search
Warp’s web search lets agents pull in real-time information, documentation, and cited sources whenever it improves an answer.
Warp includes native web search for models that support first-party search tools. When enabled, agents can look up information in real time, consult documentation, retrieve current version numbers, and cite the sources used to generate responses.
This page covers how web search works, supported models, what you can expect inside Warp, configuration options, and how this differs from attaching URLs directly to a prompt.
When the Agent uses web search
Models initiate a web search when it improves the quality or accuracy of an answer. Common scenarios include:
Retrieving official documentation or API references
Getting the latest version of a library or tool
Checking error messages, GitHub issues, or StackOverflow discussions
Looking up ongoing incidents or recent changes
Answering questions where recency matters (e.g., “best approach in 2025 to…”)
Web searches are automatically triggered when the model considers them useful. You don’t need special syntax.
How web search works in Warp
When a search occurs:
Warp shows a “Searching the web…” indicator inside the conversation.
You can expand the search result to view:
The query issued
The pages retrieved
The model reads results and produces a grounded response.
Claude models cite sources in the references footer.
OpenAI models use inline citations and also shows references in the footer.
Supported and Unsupported Models
Web search is available only for models that offer a native web search integration, that works in tandem with other custom tools.
Models that support web search
Anthropic:
Claude 4.5 Series,Claude 4 SeriesOpenAI:
GPT-5.1,GPT-5Note: GPT-5 mini with minimal reasoning does not support web search
Warp uses each vendor’s official tool:
Claude Web Search: https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool
OpenAI Web Search: https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses
Viewing Search Results
You can inspect the web search UI at any time:
Expand the Web Search section in the agent response
You can see:
The list of pages fetched
The text used to answer your question
Citations and reference metadata

This makes it easy to verify accuracy, audit reasoning, and validate sources.
Enabling or Disabling Web Search
Web search is controlled per Agent Profiles & Permissions.
To configure:
Open
Settings > AISelect an Agent Profile
Scroll to Call web tools
Toggle the setting on or off

Disabling this prevents the agent from performing searches, even if a model would normally use them.
Credit Usage
Web search incurs two types of credit usage:
A small fixed cost per search invocation
Additional cost proportional to retrieved content, since retrieved text is passed to the model
You’ll see these contributions itemized in the conversation’s credit usage footer, alongside model calls, planning calls, and other tool usage.
Last updated
Was this helpful?