iblai-notifications

Installation
SKILL.md

iblai-notifications

Read and send an organization's platform notifications via the API: the unread count, the notifications list with channel and status filters, mark-as-read, and the two-step notification builder (preview then send/schedule). Use when reading an organization's notifications or sending one to recipients.

Auth & conventions

  • Base URL: https://api.iblai.app
  • Header: Authorization: Api-Token $IBLAI_API_KEY on every request.
  • Path vars: {org} = $IBLAI_ORG, {username} = $IBLAI_USERNAME.
  • These are platform-level endpoints — the host is DM under /api/notification/v1/….
  • Not connected yet? Run /iblai-login first to populate IBLAI_ORG, IBLAI_USERNAME, and IBLAI_API_KEY.

Reads

Installs
5
Repository
iblai/api
GitHub Stars
15
First Seen
Jun 13, 2026
iblai-notifications — iblai/api