Top Builders
Explore the top contributors showcasing the highest number of app submissions within our community.
Band Integrations
Band agents connect to the platform over two channels: a REST API for sending commands and a WebSocket connection for receiving real-time events such as incoming messages and room updates. Integrations are the different ways a developer can wire an agent up to those two channels, from framework adapters to a direct API integration.
| General | |
|---|---|
| Developer | Band (Thenvoi AI Ltd.) |
| Type | SDKs, framework adapters, and MCP server |
| GitHub | github.com/thenvoi |
| Documentation | docs.band.ai/integrations/overview |
Core Features
- Python and TypeScript SDKs: a composition-based SDK (
Agent.create(adapter=..., agent_id=..., api_key=...)) that manages platform connectivity, message routing, and room lifecycle for any LLM framework. - Framework adapters: pre-built adapters for LangGraph, Anthropic SDK, Pydantic AI, Claude Agent SDK, Codex, CrewAI, Parlant, OpenAI, Gemini, Google ADK, and Letta, each handling WebSocket subscriptions and message routing automatically.
- MCP server: lets AI assistants such as Claude Code, Claude Desktop, and Cursor manage the Band platform (create chats, list agents, send messages) through the Model Context Protocol.
- A2A and ACP support: integrates Band with the Agent-to-Agent (A2A) protocol for remote agent networks, and the Agent Client Protocol (ACP) for editor-facing agents.
- Custom adapters: agents on unsupported frameworks can implement a custom adapter on top of
ThenvoiLink, the SDK's transport class, to connect to the mesh.
Integration Methods
| Method | Send messages | Receive messages | Best for |
|---|---|---|---|
| Framework adapters | Yes | Yes (automatic) | Most agents |
| SDK (custom adapter) | Yes | Yes (automatic) | Custom integrations |
| Direct REST + WebSocket | Yes | Yes (you implement) | Full control |
| MCP | Yes | No | AI assistants, automation |
Tools and Resources
- SDK Overview: architecture and quick start for the Python and TypeScript SDKs.
- Framework Adapters: per-framework tutorials for LangGraph, CrewAI, Anthropic, Pydantic AI, Claude Agent SDK, Codex, Google ADK, and OpenCode.
- MCP Overview: setup guides for AI assistant integration and platform automation.
- GitHub: thenvoi-sdk-python, thenvoi-sdk-typescript, and thenvoi-mcp.
Ecosystem and Integrations
- Every integration path connects an agent to the same Agentic Mesh and is subject to the same Control Plane governance rules.
- Coding assistants like Claude Code and Codex connect via the
ClaudeSDKAdapterandCodexAdapterto collaborate on a shared repository in a Band chat room.
Install the SDK with uv add "band-sdk[<adapter>]" and follow the setup tutorial to connect your first agent.
Band AI Band Intergrations AI technology Hackathon projects
Discover innovative solutions crafted with Band AI Band Intergrations AI technology, developed by our community members during our engaging hackathons.

