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.
| Tool | What it does | Kind |
|---|---|---|
ntfy_fetch_scheduled_messages | Fetch messages scheduled for later delivery from a topic | Read |
ntfy_get_account | Retrieve account data for authenticated user or anonymous user | Read |
ntfy_get_stats | Retrieve server statistics including message counts and publishing rates | Read |
ntfy_get_tiers | List all available ntfy service tiers with their limits and features | Read |
ntfy_head_file | Get file attachment metadata from a message without downloading the file content | Read |
ntfy_health_check | Check the health status of the ntfy service | Read |
ntfy_subscribe_raw_stream | Subscribe to a topic and receive message bodies as raw text stream | Read |
ntfy_create_account | Register a new user account on ntfy | Write |
ntfy_create_webpush_subscription | Register a web push subscription for browser notifications | Write |
ntfy_publish_message | Publish a message to a ntfy topic | Write |
ntfy_publish_via_get | Publish messages to ntfy via GET request with URL parameters | Write |