Tavily · 0.1.0

Tavily API

A Dock-hosted Tavily API starter integration for Harbor. Importing it creates a local http_api port shell plus a Harbor-safe Tavily action set for search, extraction, and crawl requests with explicit approval. Tavily API keys remain local to Harbor Node.

Community included crawlextractretrievalsearchtavily
AI Category
3 Action templates
0 Workflow templates
Tavily Publisher

Service Overview

Tavily API is the official agent search and retrieval api from Tavily for search, extraction, crawl, and related web-grounding workflows. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.

Tavily API Service
Agent search and retrieval API Service type
https://api.tavily.com Base URL

What This Port Does

  • Run reviewed Tavily search requests using explicit JSON request bodies.
  • Extract reviewed content from one or more URLs using explicit JSON request bodies.
  • Run reviewed crawl requests with bounded options using explicit JSON request bodies.
  • Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.

Operator Setup

  • Create or confirm a Tavily account with the API access needed for the actions you plan to enable.
  • Import this Hub entry into Harbor, then verify the service base URL and connection settings before testing actions.
  • Store the required Bearer token locally in Harbor Node using the Authorization header, then review approval requirements before publish.
  • Use the vendor setup guide linked below to create or rotate API keys and align search, extraction, and crawl usage with your Harbor policy and budget.

Install

Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/tavily/tavily-api
http_api Local shell
3 Actions
Community Required tier
Never Secrets imported

Actions

Search JSON

{
  "slug": "search",
  "label": "Search",
  "description": "Run a Tavily search request using an explicit JSON request body.",
  "method": "POST",
  "path": "/search",
  "approvalMode": "require_approval",
  "requestBodyMode": "json",
  "resultMode": "json_summary"
}