Connect your AI to Discord

Discord webhooks are the lowest-ceremony destination in the catalog: create one in a channel's settings and the URL is the whole credential, no app registration and no OAuth dance. That also means the URL is a capability, so it lives in the FlurryPORT secret store rather than in a config file or the agent's context. Rate limits are per-webhook, and Discord answers a burst with a 429 carrying a retry-after that the receipt preserves.

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
DISCORD_WEBHOOK_URL
Scopes
The webhook URL itself is the secret; alternatively a bot token with the Messages permission.
Provider docs
https://discord.com/developers/docs/resources/webhook

Recipes for Discord

flurryport:discord-postdelivery

Let your AI post to Discord through a channel webhook the model never sees.

More in Messaging