Slack Integration

Connect Vyre to Slack to receive agent notifications, trigger tasks from channels, and collaborate with your team on agent workflows without switching context.

Connecting Slack

1

Install the Vyre Slack App

Go to Settings → Integrations → Slack and click "Add to Slack." You'll be redirected to Slack's app installation page.

2

Choose your workspace

Select the Slack workspace where you want to install Vyre. You'll need workspace admin permissions, or you can request installation from your admin.

3

Configure channels

Choose which Slack channels should receive agent notifications. You can configure different channel destinations for different event types.

Notifications

Configure which agent events post to Slack:

Slash commands

Once installed, the /vyre command is available in any Slack channel:

code
/vyre task "Fix the bug in the auth service where sessions expire too early"
/vyre status
/vyre review #145
  • /vyre task "[description]" — Start a new agent task. Agent runs in the background and replies with results.
  • /vyre status — See the status of all currently running agent sessions.
  • /vyre review [PR number] — Ask Agent to review a GitHub PR and post a summary in the channel.

Agent in Slack

With the full Slack integration enabled, you can use the /vyre bot as a conversational interface to your codebase:

Ask questions about your codebase
code
/vyre ask "How does our authentication middleware work?"

Agent reads your codebase and replies directly in the channel with a clear explanation.

Fix issues from alerts

When a monitoring alert fires in Slack (PagerDuty, Datadog, etc.), you can forward it to the Vyre bot:

code
@vyre fix this: [paste alert]

Agent investigates the alert, traces the error in the codebase, and opens a PR with a fix.

Generate reports
code
/vyre report "What changed in the codebase this week?"

Agent reads your git log, summarizes the week's changes, and posts a clean digest to the channel.

Set up a dedicated #vyre-agents channel for all agent activity. It becomes a transparent audit log of everything Agent does across your entire team — searchable, shareable, and always available for retrospectives.