This app is a standalone Tavily-backed provider example. It is not wired into apps/api.
- exposes thin proxy routes for
POST /search,POST /extract,POST /crawl, andPOST /map - injects the server-side
TAVILY_API_KEY - serves
GET /openapi.jsonfor marketplace-friendly OpenAPI import - optionally serves
GET /.well-known/fast-marketplace-verification.txtfromMARKETPLACE_VERIFICATION_TOKEN
export TAVILY_API_KEY=tvly-...
export TAVILY_API_BASE_URL=https://api.tavily.com
export TAVILY_SERVICE_PORT=4030
npm run dev:tavily-service- Create a
marketplace_proxyprovider service in the website. - Set the service website URL to the deployed Tavily service host.
- Import the deployed OpenAPI document from
https://<your-host>/openapi.json. - Review the imported endpoint drafts for
search,extract,crawl, andmap. - Set
MARKETPLACE_VERIFICATION_TOKENon the Tavily service and host the verification file. - Complete provider verification and submit the service for review.
Provider website verification expects an HTTPS host.