Get started

Communication · wired today

Drive Discord with governed agents

Messages and calls are where work actually gets decided. The Discord connector is one of 205 executable connectors and gives agents 3 tools, with the credential held in the vault and every call receipted.

What agents can run against Discord

ToolWhat it does
list_channelsList text channels in a Discord guild (server) the bot belongs to
read_channelRead recent messages from a Discord channel
post_messagePost a message to a Discord channel

What the Discord connector needs

You provide bot token from your Discord account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Discord's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

The Discord connector is a hand-written module that has been exercised against the live Discord API.

Discord integration FAQ

What can Quox agents do with Discord?

Agents can run 3 tools against Discord: list channels, read channel, post message. Every call is receipted in the evidence trail.

What does the Discord integration need?

You provide bot token from your Discord account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Discord credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Discord connector?

The Discord connector is a hand-written module that has been exercised against the live Discord API.