Skip to content

Bridge providers

Chat and tracker platforms your agents can live in. Each provider is an extension that supplies bridge.adapter, and each one has an operator setup guide.

AlphaProviders build from source today. Released compozy artifacts do not include these executables, and packaged installs land with the catalog feeds.

Slack

slack · v0.1.0
Alpha2 secret slots

Discord

discord · v0.1.0
Alpha2 secret slots

Telegram

telegram · v0.1.0
Alpha2 secret slots · 1 required

WhatsApp

whatsapp · v0.1.0
Alpha3 secret slots

Microsoft Teams

teams · v0.1.0
Alpha3 secret slots · 2 required

Google Chat

gchat · v0.1.0
Alpha2 secret slots · 1 required

GitHub

github · v0.1.0
Alpha4 secret slots · 1 required

Linear

linear · v0.1.0
Alpha4 secret slots · 1 required
Install

Build a provider from source

Run this from the root of a trusted Compozy source checkout with the daemon running. The local install is an explicit trust decision: it copies the provider into your extension home and enables it.

PROVIDER=slack
mkdir -p "./extensions/bridges/$PROVIDER/bin"
go build -o "./extensions/bridges/$PROVIDER/bin/$PROVIDER" "./extensions/bridges/$PROVIDER"
compozy extension install "./extensions/bridges/$PROVIDER" --allow-unverified --yes -o json
compozy extension status "$PROVIDER" -o json

Public console steps, credential slots, and recovery paths live in each provider's setup guide above.