Skip to main content
This guide walks you through obtaining all required credentials for the Tavily plugin.

Authentication Method

The Tavily plugin uses API key authentication.
  • api_key (default) — Tavily API key for search, extract, crawl, and map endpoints
Tavily does not expose OAuth in this plugin; you use a single API key for server-side calls.

API Key

Step 1: Get Your Key

  1. Sign in at tavily.com (or the Tavily console for API keys).
  2. Open your Dashboard or API Keys section.
  3. Create or copy an API key for your project.
Storing credentials:
pnpm corsair setup --plugin=tavily api_key=your-tavily-api-key
Verify:
pnpm corsair auth --plugin=tavily --credentials

Required Credentials Summary

CredentialRequired forWhere to find
API keyapi_key authTavily dashboard / API keys
For general information about how Corsair handles authentication, see Authentication.