Skip to content

更新日志

New updates and improvements to BotBell.

PLATFORM

Docs Sidebar Navigation

The documentation hub now features a persistent sidebar for quick navigation between pages. On mobile, it collapses into a dropdown menu. All 11 languages supported.

  • Added: Sticky sidebar navigation on desktop
  • Added: Collapsible dropdown navigation on mobile
  • Improved: Documentation page layout with better content width
APIAPPMCP

Reply-to & Reply Mode Controls

Messages now support reply threading and reply mode control, giving developers finer control over how users can respond.

  • Added: reply_to field to associate a reply with a specific message
  • Added: reply_mode field — open (free text), actions_only (buttons only), or none (no reply)
  • Added: MCP Server support for reply mode and reply threading
  • Improved: App displays reply context when replying to a specific message
APPAPIMCPPLATFORM

BotBell Launch

app v1.0.0 · api v1.0.0 · mcp v0.2.1

BotBell is live. Send push notifications from your AI agents, scripts, and services to iPhone and Mac — and get replies back.

  • API: Push notifications via POST /v1/push/{token}, reply callbacks via reply_url, polling via GET /v1/replies
  • MCP Server: @botbell/mcp-server on npm — works with Claude Desktop, Claude Code, Cursor, and any MCP client
  • App: iOS, iPad, and macOS support with real-time push, conversation history, and bot management
  • Interactive Actions: Attach quick reply buttons to messages — button and text input types
  • Two-way Communication: Users reply in-app, developers receive via webhook or polling
  • Authentication: Bot Tokens for single-bot use, PAT for multi-bot management
  • Website: Documentation hub with API reference, MCP setup guide, and interactive playground