feat(integrations): add DataForB2B block and tools#5137
Draft
claude-dev-code wants to merge 99 commits into
Draft
feat(integrations): add DataForB2B block and tools#5137claude-dev-code wants to merge 99 commits into
claude-dev-code wants to merge 99 commits into
Conversation
…ership workflow edits via sockets, ui improvements
…ng improvements, posthog, secrets mutations
…ration, signup method feature flags, SSO improvements
* feat(posthog): Add tracking on mothership abort (simstudioai#4023) Co-authored-by: Theodore Li <theo@sim.ai> * fix(login): fix captcha headers for manual login (simstudioai#4025) * fix(signup): fix turnstile key loading * fix(login): fix captcha header passing * Catch user already exists, remove login form captcha
…nts, secrets performance, polling refactors, drag resources in mothership
…y invalidation, HITL docs
…endar triggers, docs updates, integrations/models pages improvements
…ions, jira forms endpoints
…mat, logs performance improvements fix(csp): add missing analytics domains, remove unsafe-eval, fix workspace CSP gap (simstudioai#4179) fix(landing): return 404 for invalid dynamic route slugs (simstudioai#4182) improvement(seo): optimize sitemaps, robots.txt, and core web vitals across sim and docs (simstudioai#4170) fix(gemini): support structured output with tools on Gemini 3 models (simstudioai#4184) feat(brightdata): add Bright Data integration with 8 tools (simstudioai#4183) fix(mothership): fix superagent credentials (simstudioai#4185) fix(logs): close sidebar when selected log disappears from filtered list; cleanup (simstudioai#4186)
v0.6.46: mothership streaming fixes, brightdata integration
…m integration, atlassian triggers
…er, search & replace UX, kb connectors multi-select, mcp negative cache
…fal-ai hosted key
… support, executor code cleanup
…ter, hosted-key queueing v0.6.92: enrichment table column type, table run fixes, scheduled jitter, hosted-key queueing
… messages table, user stats hot path improvements, RB2B
v0.6.95: data enrichment block, nullable workflow description fix
…ables UI improvements, new slack scopes, model-level denylists, object storage tracespans
…ble, integration icons audit
…ion, together AI, Baseten, Ollama Cloud, Linq integrations, kb doc ownership bindings
…dgebase connector, SSO provider ID allowlist, singleton memory leak fix
…rs, clickhouse integration
…ration, smooth streaming, security hardening, db fixes
…x, db migrations from ci, docs updates, read replicas v0.7.3: jira oauth scope fix, read-replica client, table wire data fix, db migrations from ci, docs updates, read replicas
…uting, trigger.dev, temporal, latex, quartr, brex, convex integrations
…rovements, styling consolidation
…, db perf improvements
…nges, code hygiene
…lassian assets and google calendar tools
…d, security fixes
…richment providers, deepseek models, db performance
Add a native DataForB2B integration: search and enrich B2B companies and LinkedIn profiles. Six tools (search people, search companies, reasoning search, typeahead, enrich profile, enrich company) wired into a single multi-operation block, with icon, registries, generated docs and catalog metadata. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
@claude-dev-code is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
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 a native DataForB2B integration — search and enrich B2B companies and LinkedIn profiles — as a single multi-operation block.
DataForB2B is a B2B data API for lead generation, prospecting, recruitment/candidate sourcing and CRM enrichment.
Operations (6 tools)
dataforb2b_search_peoplePOST /search/peopledataforb2b_search_companiesPOST /search/companiesdataforb2b_reasoning_searchPOST /search/reasoningdataforb2b_typeaheadGET /typeaheaddataforb2b_enrich_profilePOST /enrich/profiledataforb2b_enrich_companyPOST /enrich/companyAuth:
api_keyheader (AuthMode.ApiKey). Keys at https://app.dataforb2b.aiHow
Followed
.agents/skills/add-integration/SKILL.md: tools underapps/sim/tools/dataforb2b/, block atapps/sim/blocks/blocks/dataforb2b.ts, icon incomponents/icons.tsx, registrations intools/registry.ts+blocks/registry.ts, and docs generated viascripts/generate-docs.ts.Testing
bun run type-check— passes (0 errors)biome check— clean on all touched filescount/offset/enrich_livebody, response mappings)Note
The icon currently embeds the official hosted brand logo via
<image>. Happy to swap for an inline-vector SVG if preferred — just let me know the format you'd like.