feat(plugin): add DataForB2B B2B search & enrichment plugin#2705
Open
claude-dev-code wants to merge 1 commit into
Open
feat(plugin): add DataForB2B B2B search & enrichment plugin#2705claude-dev-code wants to merge 1 commit into
claude-dev-code wants to merge 1 commit into
Conversation
Adds the DataForB2B official plugin (plugin_id 23): people & company search, natural-language reasoning search, typeahead, and profile/company enrichment. Includes the OpenAPI doc and plugin icon.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds DataForB2B as an official plugin (
plugin_id: 23) — a B2B people & company search and enrichment API. This mirrors existing data plugins such asliepin.Tools (6)
POST /search/peoplePOST /search/companiesPOST /search/reasoningGET /typeaheadPOST /enrich/profilePOST /enrich/companyChanges
backend/conf/plugin/pluginproduct/dataforb2b.yaml— OpenAPI 3.0.1 doc.backend/conf/plugin/pluginproduct/plugin_meta.yaml— new entry (plugin_id: 23,tool_id: 230001–230006, noproduct_id, consistent with the most recent entry).docker/volumes/minio/official_plugin_icon/plugin_dataforb2b.png— 500×500 icon.Auth
service_http/ API key in theapi_keyheader. Operators paste their key (from app.dataforb2b.ai) intoauth.payload.service_token; no secret is committed.Testing
All 6 endpoints were exercised live against
https://api.dataforb2b.aiand return200with the documented response shapes.🤖 Generated with Claude Code