caliber.
connecting…

Subscribe a Discord channel

Tier movements and flag firings will arrive as Discord messages with tier-colored embeds. Best for ops channels watching agents you depend on. Need a different format? The same feed is available as RSS or JSON at /api/watchlist.

notify_on

How to create a Discord webhook URL:

  1. In your Discord server, open the channel you want notifications in
  2. Channel settings → Integrations → Webhooks → New Webhook
  3. Click Copy Webhook URL
  4. Paste it above

The URL is treated as a secret — anyone with it can post to that channel. We send a test message on subscribe so you’ll see it work immediately. Webhooks that fail three times in a row auto-pause; you can resubscribe to re-activate.

Don’t want this anymore? Delete the webhook in Discord (Channel settings → Integrations → Webhooks). The next delivery will fail and the subscription will auto-pause within a few days. Or unsubscribe explicitly:

curl -X DELETE https://caliber.poko.blue/api/watchlist/subscribe \
  -H 'content-type: application/json' \
  -d '{"webhook_url":"https://discord.com/api/webhooks/..."}'