Skip to content

Web Search

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

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.


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.

When a search occurs:

  1. Warp shows a “Searching the web…” indicator inside the conversation.
  2. You can expand the search result to view:
    • The query issued
    • The pages retrieved
  3. The model reads results and produces a grounded response.
    • Claude models cite sources in the references footer.
    • OpenAI models use inline citations and also show references in the footer.

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.6 Series, Claude 4.5 Series, Claude 4 Series
  • OpenAI:
    • GPT-5.4, GPT-5.3 Codex, GPT-5.2 Codex, GPT-5.2

Warp uses each vendor’s official tool:

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

An agent conversation in Warp showing the expanded Web Search section with the query 'Stripe API latest version 2025' and a list of 10 retrieved URLs

This makes it easy to verify accuracy, audit reasoning, and validate sources.

Web search is controlled per Profiles & Permissions.

To configure:

  1. In the Warp app, navigate to Settings > Agents > Profiles.
  2. Next to the agent profile, click Edit.
  3. Scroll to Call web tools and toggle the setting on or off.

The Profiles page in Warp Settings, with the Profile Editor open and the Call web tools toggle enabled

Disabling this prevents the agent from performing searches, even if a model would normally use them.

Web search incurs two types of credit usage:

  1. A small fixed cost per search invocation
  2. 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.