ClawLink
Developer Tools12 toolsPaste one API key

Ntfy integration for AI agents

Send push notifications to your phone or desktop via PUT/POST.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Ntfy once and call the same tools from all of them.

Setup

Connect Ntfy through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Ntfy exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
ntfy_fetch_scheduled_messagesFetch messages scheduled for later delivery from a topicRead
ntfy_get_accountRetrieve account data for authenticated user or anonymous userRead
ntfy_get_statsRetrieve server statistics including message counts and publishing ratesRead
ntfy_get_tiersList all available ntfy service tiers with their limits and featuresRead
ntfy_head_fileGet file attachment metadata from a message without downloading the file contentRead
ntfy_health_checkCheck the health status of the ntfy serviceRead
ntfy_subscribe_raw_streamSubscribe to a topic and receive message bodies as raw text streamRead
ntfy_create_accountRegister a new user account on ntfyWrite
ntfy_create_webpush_subscriptionRegister a web push subscription for browser notificationsWrite
ntfy_publish_messagePublish a message to a ntfy topicWrite
ntfy_publish_via_getPublish messages to ntfy via GET request with URL parametersWrite