Documentation
Quickstart
Send your first push notification in 30 seconds.
1. Get a Bot Token
Download the BotBell app, sign in, and create a Bot. Copy the token (starts with bt_).
2. Send a notification
Run this command — you'll get a push notification on your phone instantly:
curl -X POST "https://api.botbell.app/v1/push/bt_YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"message": "Hello from BotBell!"}'3. That's it!
Choose an integration below to go further:
MCP Server
Connect AI assistants like Claude, Cursor, and Windsurf to BotBell. Install, configure, and start sending notifications from your AI.
Agent Skill
Let AI coding agents notify you, ask for confirmation, and send reports to your phone. One command to install, zero code required.
API Reference
Send push notifications and receive replies with simple HTTP requests. Includes endpoint reference, error codes, and code examples.
SDKs
Official Python and JavaScript SDKs. One line to send, one line to get a reply.
CI/CD
CLI, GitHub Action, and Jenkins integrations for pipeline notifications and approval gates.
Webhooks
Verify webhook signatures with HMAC-SHA256 to ensure requests are from BotBell.