Get started

Communication · wired today

Slack, wired into your agent workforce

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

Connecting Slack takes one credential

You provide bot token from your Slack 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: Slack's own API documentation ↗ covers creating and scoping the credential.

What agents can run against Slack

list_channels

List Slack channels visible to the bot (public and private it has joined)

read_channel

Read recent message history from a Slack channel

post_message

Post a message to a Slack channel (or a thread within it)

How proven is this?

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

Slack integration FAQ

What can Quox agents do with Slack?

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

What does the Slack integration need?

You provide bot token from your Slack 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 Slack 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 Slack connector?

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