Coda, a code review agent in Slack
- Session routing: Slack users and threads map to AgentOS user and session IDs
- File handling: Uploads and downloads work out of the box
- Human in the loop: Pause for approvals before sensitive actions
- Streaming: Responses stream live with task cards showing progress
Quick start
- Agent
- Team
- Workflow
agent.py
1
Install dependencies
2
Create Slack App
Follow the setup guide to create your app and get credentials.
3
Set credentials
4
Run
Run the file from the tab you used:
See more examples including streaming, teams, workflows, and multiple bots.
Multiple bots
Run multiple agents on the same server, each with its own Slack App. Useful when you need separate bots for different functions (support vs. sales) or different workspaces.- Agent
- Team
- Workflow
multi_bot.py
Next steps
Setup Guide
Create a Slack App from scratch
Features
Sessions, files, teams, and more
Human-in-the-Loop
Pause for approval before actions
Reference
All parameters and endpoints