Skip to content

feat(integrations): add DataForB2B block and tools#5137

Draft
claude-dev-code wants to merge 99 commits into
simstudioai:stagingfrom
claude-dev-code:feat/dataforb2b-integration
Draft

feat(integrations): add DataForB2B block and tools#5137
claude-dev-code wants to merge 99 commits into
simstudioai:stagingfrom
claude-dev-code:feat/dataforb2b-integration

Conversation

@claude-dev-code

Copy link
Copy Markdown

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)

Operation Tool id API
Search People dataforb2b_search_people POST /search/people
Search Companies dataforb2b_search_companies POST /search/companies
Reasoning Search (natural language) dataforb2b_reasoning_search POST /search/reasoning
Typeahead dataforb2b_typeahead GET /typeahead
Enrich LinkedIn Profile dataforb2b_enrich_profile POST /enrich/profile
Enrich Company dataforb2b_enrich_company POST /enrich/company

Auth: api_key header (AuthMode.ApiKey). Keys at https://app.dataforb2b.ai

How

Followed .agents/skills/add-integration/SKILL.md: tools under apps/sim/tools/dataforb2b/, block at apps/sim/blocks/blocks/dataforb2b.ts, icon in components/icons.tsx, registrations in tools/registry.ts + blocks/registry.ts, and docs generated via scripts/generate-docs.ts.

Testing

  • bun run type-check — passes (0 errors)
  • biome check — clean on all touched files
  • API contract verified live against all 6 endpoints (request shapes, auth header, count/offset/enrich_live body, 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.

waleedlatif1 and others added 30 commits April 3, 2026 23:30
…ership workflow edits via sockets, ui improvements
…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
…endar triggers, docs updates, integrations/models pages improvements
…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
icecrasher321 and others added 29 commits May 21, 2026 16:35
…er, search & replace UX, kb connectors multi-select, mcp negative cache
…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
…ion, together AI, Baseten, Ollama Cloud, Linq integrations, kb doc ownership bindings
…dgebase connector, SSO provider ID allowlist, singleton memory leak fix
…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
…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>
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants