FruxonDocs

Google Search

Google Custom Search integration for web search, image search, and site-restricted search

The Google Search integration lets your agents perform web and image searches and run scoped lookups against a specific website, backed by the Google Custom Search JSON API.

Prerequisites

The free tier allows 100 queries/day. Beyond that, billing must be enabled on the Google Cloud project.

Setup

  1. Open your agent in Agent Studio.
  2. In the Integrations panel, click Add Integration Config.
  3. Select Google Search from the integration list.
  4. Give the config a display name (e.g., "Google Search — Whole web").
  5. Paste your Search Engine ID and API Key.
  6. Save the agent revision.

Using in Your Agent

  1. In an Agent Step, attach Google Search tools from the tools panel.
  2. Tools are referenced as google_search.web_search, google_search.image_search, google_search.site_search.

Each tool call costs one query against your Custom Search quota.

Available Tools

ToolDescriptionAction Type
web_searchSearch the web, returning titles, snippets, and URLsReadOnly
image_searchSearch for images with URLs, thumbnails, dimensions, and context pagesReadOnly
site_searchSearch within a specific website or domainReadOnly

On this page