Documentation

Quick start guide and API reference.

Quick Start

  1. 1Create a project in your dashboard and copy your widget key.
  2. 2

    Paste the script tag before </body> in your HTML:

    <script src="https://henry-notify.vercel.app /embed/YOUR_WIDGET_KEY" data-user-id="USER_ID"></script>
  3. 3Write announcements from your dashboard. They appear instantly in the bell.

Widget Options

<!-- All options -->

<script

src="https://henry-notify.vercel.app /embed/YOUR_KEY"

data-user-id="user_123" <!-- your user's ID -->

data-color="#6366f1" <!-- badge color -->

data-position="bottom-right" <!-- or bottom-left, top-right, top-left -->

></script>

REST API

GET/api/v1/projects— List all your projects
POST/api/v1/projects— Create a project { name }
GET/api/v1/projects/:id/announcements— List announcements
POST/api/v1/projects/:id/announcements— Create announcement
PATCH/api/v1/announcements/:id— Update announcement
DELETE/api/v1/announcements/:id— Delete announcement

MCP Endpoint

Connect your AI agents at https://henry-notify.vercel.app /api/mcp

Available tools: list_projects, list_announcements, create_announcement, get_stats