Quick start guide and API reference.
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><!-- 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>
/api/v1/projects— List all your projects/api/v1/projects— Create a project { name }/api/v1/projects/:id/announcements— List announcements/api/v1/projects/:id/announcements— Create announcement/api/v1/announcements/:id— Update announcement/api/v1/announcements/:id— Delete announcementConnect your AI agents at https://henry-notify.vercel.app
/api/mcp
Available tools: list_projects, list_announcements, create_announcement, get_stats