Platform Integrations

Use Codeteel from Slack, Telegram, and Discord.

All platforms share the same agent pipeline — you get the same capabilities everywhere. The difference is how messages are sent and how buttons look.

Architecture

Platform messages flow through:

Webhook → SQS Queue → Lambda → Orchestrator → Platform API

This architecture handles long-running agent tasks (up to 15 minutes) without hitting webhook timeout limits.

Requirements

!
Platforms require a cloud LLM provider configured in Settings under Platform LLM. Ollama does not work because the server cannot reach your local machine.

Platform comparison

FeatureWebSlackTelegramDiscord
MessagingText inputChannel messagesDirect messages/ask command
ApprovalUI buttonsBlock Kit buttonsInline keyboardAction rows
SetupBuilt-inOAuth installConnect linkBot invite + /connect
LLMLocal or cloudCloud onlyCloud onlyCloud only
Commands/ commands/codeteel .../command/command
FormattingMarkdownSlack mrkdwnMarkdownDiscord embeds
Msg limit10,000 chars4,000 chars4,096 chars2,000 chars

One channel = one repo

Each platform channel can be connected to exactly one repository. To switch repos, disconnect the current one and connect the new one. Team members with access to the channel can all interact with the agent.