Connect your AI to ntfy
ntfy is the least ceremonious way to get a push onto a phone: pick a topic, subscribe in the app, and publish to it. There is no account and no credential for public topics, which is exactly the point and also the catch, because the topic name IS the secret. Choose a long random topic and treat it like a password. Protected topics and self-hosted servers take an access token, held server-side like any other.
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- static_header
- Suggested secret
NTFY_TOKEN- Scopes
- Topic name is the address; token only for protected topics. Great zero-setup reminder demo.
- Provider docs
- https://docs.ntfy.sh/
Recipes for ntfy
flurryport:ntfy-pushdelivery
Push phone notifications from your AI with near-zero setup (ntfy topics).