Brave Search API
Search the web with Brave Search API and return the raw result body for downstream agents or sub-workflows.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
Brave Search API
Use this template as a reusable brave_search_api sub-workflow for Agents, Codex intake workflows, and research pipelines. It accepts a search query, URL-encodes it, calls Brave Search, and returns the response body.
What this workflow does
- searchQuery receives the search text
- braveSearch calls Brave's web search endpoint with the encoded query
- searchResults returns the Brave response body
Use cases
- Give an Agent a controlled web-search sub-workflow
- Pair with the Website Loader template to search first, then fetch selected pages
- Enrich coding, research, marketing, or support workflows with current web context
Setup
Create a generic credential named brave that expands to your Brave Search API header, for example X-Subscription-Token: YOUR_BRAVE_SEARCH_API_KEY. The HTTP node includes it with -H "$credentials.brave".
Notes
The template returns the raw Brave response body so downstream nodes can decide how to filter, summarize, or fetch result URLs.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- App IntegrationsOpen-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- App IntegrationsDiscord Incoming WebhookPost a message to a Discord channel with a single HTTP node — structured text input and webhook JSON body.
- App IntegrationsAI Incident Digest to DiscordTurn a raw incident update into a calm, action-oriented Discord alert for the right channel.
- App IntegrationsNormalized Webhook JSON ResponseMap an incoming event into a compact, stable JSON response body for downstream callers.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsFile Upload Intake MetadataMint a single-use upload link, receive a multipart file, and return clean metadata plus the Drive download URL.
- Document OpsWebsite LoaderFetch clean, LLM-ready website text from any URL using the Jina Reader API.