Developer Hub

Build on Bybelt with our REST API, webhooks, chat SDKs, and marketplace integrations.

REST API

Authenticate with a workspace API token and call JSON endpoints under https://chat.bybelt.com/api.

Webhooks

Configure outbound webhooks in Settings → Workspace → Advanced. Events include visitor and operator messages.

API tokens

Create tokens scoped to your workspace in Settings → Workspace → Advanced.

Helpdesk API

Publish articles via the helpdesk API and expose them on help.bybelt.com automatically.

Campaigns API

Create campaigns, attach contacts, and send email outreach from your workspace.

Contacts API

Import, segment, and export contacts for CRM workflows and campaign targeting.

Analytics API

Read conversation volume, ratings, and operator performance metrics from your workspace.

Visitors API

Track live visitors, session metadata, and geographic activity from the MagicMap panel.

AI Agent API

Train Hugo, configure routing rules, and automate replies from Settings → Workspace → Data.

Inbox API

List conversations, send messages, assign operators, and manage conversation state programmatically.

Integrations & plugins

Install marketplace plugins or connect third-party tools from Settings → Workspace → Integrations.

Chat widget embed

Add the Bybelt chat widget to any site with a short script snippet from Settings → Chatbox → Behavior. The loader is served from https://chat.bybelt.com/embed.js.

Quick start

curl https://chat.bybelt.com/api/conversations \
  -H "Authorization: Bearer bybelt_your_token"

Generate tokens in Settings → Workspace → Advanced → API tokens.