You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation Gaps: What's Shipped vs. What's Documented
TL;DR: 11 significant gaps exist between features that are shipped/confirmed and what's documented on developers.beeper.com. The most critical: webhooks, WebSocket events, AI features, and the complete REST API reference.
Methodology
This report cross-references three sources:
developers.beeper.com -- official documentation pages
Dev Community (Matrix #beeper-developers:beeper.com) -- 2,161 thread chunks, Sep 2025 - Mar 2026
GitHub repositories -- code that exists but has no docs
Gap Severity Legend
Icon
Severity
Meaning
🔴
Critical
Actively blocking developers
🟠
High
Feature exists with no docs at all
🟡
Medium
Docs exist but are incomplete or misleading
⚪
Low
Minor friction, workarounds available
The 11 Gaps
🔴 Gap #7 -- Webhooks (Critical)
Property
Detail
Status
Missing entirely
Evidence
batuhan (Dec 12, 2025): Confirmed as "#1 community request"
WebSocket events (v4.2.557) as partial substitute, but also underdocumented
Multiple community members requested n8n integration specifically:
vivian (Sep 6, 2025): "WhatsApp bridge without needing a Business WhatsApp account"
@johnny5 (Sep 6, 2025): "my usecase is to integrate with n8n, but n8n runs in docker on another machine"
🟠 Gap #1 -- REST API Reference (High)
Property
Detail
Status
404 error
URL
developers.beeper.com/desktop-api-reference/
Impact
No single page listing all REST endpoints with parameters
Workaround
Read SDK docs individually or parse the API changelog
🟠 Gap #2 -- WebSocket Events (High)
Property
Detail
Status
Endpoint added, no docs
Added
v4.2.557 (Feb 13, 2026)
Impact
Event types, subscription format, payload schemas all unknown
Workaround
Reverse-engineer by connecting and logging events
🟠 Gap #5 -- AI Features / AI Chats (High)
Property
Detail
Status
Imminent feature, zero docs
Evidence
batuhan (Mar 4, 2026): "Coming very soon"
Impact
Developers can't prepare integrations for AI Chats
🟠 Gap #6 -- AI Bridge / AgentRemote (High)
Property
Detail
Status
Active development, zero docs
Evidence
github.com/beeper/agentremote with daily commits
Impact
Unknown to developers not monitoring GitHub/Matrix