BeReach v1.1 — 70+ Endpoints, Built-in CRM, Agent Memory, Sales Navigator, Pro Plan

BeReach v1.1 is the biggest release yet. From 26 to 70+ LinkedIn API endpoints, a built-in CRM, persistent agent memory, Sales Navigator search, real-time webhooks, and the Pro plan.

Alexandre Sarfati avatar

Alexandre Sarfati

Published March 11, 2026
Updated March 11, 2026
BeReach v1.1 — 70+ Endpoints, Built-in CRM, Agent Memory, Sales Navigator, Pro Plan

BeReach v1.1

This is the biggest update since launch. We went from 26 endpoints to over 70, added a built-in CRM, gave AI agents persistent memory, opened up Sales Navigator, and launched the Pro plan. Here's everything.


Full LinkedIn API Coverage

BeReach now covers virtually every LinkedIn action you'd ever need — 70+ endpoints organized across 10 categories. If you can do it in the LinkedIn UI, you can now do it via API.

Inbox Control

Manage your LinkedIn inbox end-to-end without switching tabs. Star important conversations, archive old ones, mark messages as read, react with emoji, check your unread count — all via API. Your AI agent or n8n workflow can now handle inbox management autonomously.

Edit & Refine After Publishing

Made a typo? Changed your mind about a reaction? You can now edit published posts and comments, remove likes from posts or comments, and repost content — all programmatically. No more logging into LinkedIn to fix mistakes.

Company Pages

Publish posts, like content, and comment as your company page — not just your personal account. View company page analytics, check admin permissions, and list all company posts. Everything you need for brand-level LinkedIn presence.

Profile Analytics

See who viewed your profile, how often you appear in LinkedIn search, your follower growth trends, and post-level engagement stats — all from the API. Build dashboards or let your agent track your LinkedIn performance automatically.

Bookmark Management

Save posts to read later, unsave them when you're done, and collect your entire saved posts list. Useful for content curation workflows and competitive monitoring.

LinkedIn Feed Access

Read your LinkedIn home feed programmatically. Sort by most recent or most relevant. Great for monitoring industry conversations or finding engagement opportunities.

Hashtag Monitoring

Collect posts from any LinkedIn hashtag. Track trending topics, monitor competitors, or find engagement opportunities in your niche — all automatically.

Full Invitation Control

Decline received invitations you don't want. Withdraw sent invitations that weren't accepted. List all your pending sent invitations. Follow or unfollow profiles without sending a connection request. Complete control over your LinkedIn network.


Intelligence Layer

The API endpoints are the foundation. But what makes v1.1 transformative for AI agents is the intelligence layer built on top.

Built-in CRM

No more exporting to spreadsheets or wiring up external CRMs. BeReach now has a built-in contacts database with lifecycle stages, activity logging, and campaign grouping.

Your AI agent can create contacts, update their stage as conversations progress, log activities, search by any field, and pull pipeline stats — all at 0 credits. It's the memory layer that turns one-off outreach into a real pipeline.

Contacts flow through five stages: contact, lead, qualified, approved, rejected. Your agent moves them automatically based on conversation signals.

Agent Memory

Every cron run spawns a fresh agent with no conversation history. That's a problem when you need the agent to remember what it did yesterday — which leads it already contacted, which search angles worked, what messaging got replies.

BeReach now provides server-side storage so agents can save and load their own state across sessions. At the start of each run, the agent loads its previous state. At the end, it saves what it learned. Search angles, engagement watchlists, budget tracking, learning data — it all persists. 0 credits, unlimited keys.

Real-Time Inbox Webhooks

Set a webhook URL and get notified when new LinkedIn messages arrive — no polling loop needed. BeReach checks your inbox every 60 seconds and pushes new messages to your endpoint.

Build event-driven agents that respond to messages in near real-time instead of running expensive polling crons. Enable it with one API call.

Anti-Hallucination Architecture

For OpenClaw users: we redesigned how the agent discovers and calls BeReach tools. Instead of reading documentation and reproducing API paths from memory (which caused hallucinations), tools are now formally registered with validated schemas.

The agent can only call tools that actually exist, with validated parameters. This eliminated an entire class of failures where agents would invent non-existent API paths or pass incorrect parameter types.


Search Sales Navigator for leads and accounts directly from the API. Filter by title, seniority, company size, industry, location, tenure, and more — all the filters you'd use in the Sales Nav UI, now available programmatically.

Three endpoints cover every use case: unified search across people and companies, people-only with full filter support, and company-only with industry, size, and location filters.

Requires a LinkedIn Sales Navigator subscription. Credits scale with results.


Engagement

Like & Repost

React to posts with any reaction type (Like, Celebrate, Love, Insightful, Funny, Support) and repost content with optional quote text. Both support campaign dedup — the agent won't double-react or double-repost.

Activity History

View your own recent comments and reactions — or those made as a company page. Useful for verifying that engagement actions actually went through, and for building activity reports.


Platform

Multiple LinkedIn Accounts

Manage multiple LinkedIn accounts under a single API key. Label them, set a default, and switch between them. Useful for agencies managing client accounts or teams sharing a BeReach workspace.

Pro Plan

BeReach now has proper billing. The Pro plan (€49/month or €490/year) gives you unlimited credits and full API access.

If you signed up before this release, your subscription is automatically activated. New users who pay before creating an account get their subscription linked on first sign-in.


How to Upgrade

OpenClaw plugin users:

bash
Run this shell command: 
openclaw plugins install bereach-openclaw
openclaw gateway restart
 
Then tell me if you are on latest version of the plugin ?

Skills are bundled with the plugin — reinstalling updates everything. Type /new in your chat to verify the agent sees the new tools.

New users:

  1. Install the BeReach Chrome Extension
  2. Follow this guide: Guide OpenClaw + Bereach

Legacy users (pre-plugin):

If you're running scripts directly without the OpenClaw plugin, we recommend migrating to the plugin for automatic updates. Run openclaw plugins install bereach-openclaw, configure your API key, then recreate your jobs using the updated skills. See the migration guide for details.


Frequently Asked Questions

How many endpoints does BeReach have now?

Over 70 endpoints across 10 categories: search, scraping, messaging, engagement, inbox management, company pages, analytics, connections, feed, and contacts/CRM. This covers virtually every LinkedIn action available in the UI.

Is the built-in CRM free?

Yes. All contacts and CRM operations — creating contacts, updating stages, logging activities, searching, and pulling pipeline stats — cost 0 credits. It's designed as the memory layer for AI agents, so we don't want credit costs to discourage usage.

How does agent memory work?

Each cron run spawns a fresh agent with no conversation history. Agent memory lets the agent save its state at the end of each run and load it at the start of the next one. Search angles, watchlists, learnings — it all persists across sessions. 0 credits, unlimited keys.

Do I need Sales Navigator to use BeReach?

No. Sales Navigator is optional. BeReach works with Free, Premium, and Sales Navigator LinkedIn accounts. Sales Navigator unlocks additional search filters and higher daily action limits, but the core API works without it.

What does the Pro plan include?

The Pro plan costs €49/month (or €490/year) and gives you unlimited credits with full API access across all 70+ endpoints. New accounts start with 600 free credits to test the API before subscribing.

How do I upgrade from v1.0?

For OpenClaw users, reinstall the plugin and restart the gateway. For direct API users, no migration needed — all new endpoints are available immediately with your existing API key.