Slack
slack · v0.1.0Alpha2 secret slots
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.
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.