Now in early access

Give your AI agent a voice in any meeting

Your agent reads and writes text — Chamade handles the rest. We join the meeting, transcribe what's said, speak your agent's replies, and relay the chat. Teams, Zoom, Meet, Discord, Telegram, phone.

python
import chamade # Join a Teams meeting — Chamade handles the audio call = chamade.connect({ "platform": "teams", "meeting_url": "https://teams.microsoft.com/..." }) # You receive text transcripts, not audio async for msg in call.transcript_stream(): print(f"{msg.speaker}: {msg.text}") # "Alice: Can we ship by Friday?" # Reply with text — Chamade speaks it aloud (TTS) await call.say("The sprint backlog shows 3 items remaining.") # Or send a chat message to the meeting await call.send_chat("Here's the summary...")

Every platform, one API

Your agent always gets clean text in, text out. We handle audio, STT, TTS, and platform-specific complexity.

Microsoft Teams

Join meetings via Graph API. Live transcription + chat relay.

STT/TTS Chat

Zoom

Native SDK integration. Live transcription + meeting chat relay.

STT/TTS Chat

Google Meet

WebRTC connection. Multi-speaker transcription + REST chat.

STT/TTS Chat

Discord

Voice channel join via bot. Live transcription + webhook chat.

STT/TTS Chat

Telegram

Group calls via pytgcalls. Live transcription + Bot API chat.

STT/TTS Chat

Phone (SIP)

Call any phone number worldwide. Live transcription + TTS replies.

STT/TTS

Your agent stays text-only

Chamade is the voice gateway between meetings and your AI. No audio processing on your side — ever.

T
Teams meeting
Z
Zoom call
G
Google Meet
D
Discord voice
S
Phone / SIP
audio
Chamade
STT • TTS • Chat relay
Join • Leave • Bridge
text
Your AI agent
OpenClaw, custom bot, LLM app...
Reads transcripts, replies with text

Up and running in minutes

Connect your accounts once on the web. Your agent uses the API forever.

1

Connect your platforms

Sign in to your Chamade dashboard and link the platforms you use. One OAuth click per service — we store the credentials securely, your agent never sees them.

chamade.io/dashboard/platforms
Connected platforms
Microsoft Teams
Connected
Google Meet
Connected
Discord
Pending...
Zoom
Connect
2

Authorize with one click

Each platform opens its standard OAuth consent screen. You approve the permissions Chamade needs — calendar access to join meetings, audio streaming rights. No passwords stored, tokens are encrypted at rest.

login.microsoftonline.com/oauth2/authorize

Chamade wants to access your account

chamade.io is requesting the following permissions:

  • Join online meetings on your behalf
  • Read your calendar events
  • Send and receive meeting chat messages
3

Copy your API key

Your key is ready. It carries your connected platforms with it — any agent that uses this key can access all your authorized services. Rotate or revoke anytime from the dashboard.

chamade.io/dashboard/api-keys
Your API key
chmd_live_a8f3e2b1c9d4...
Platforms linked: Teams, Google Meet
Usage this month: 12 min / 60 min free
4

Paste it in your agent

Add the key to your OpenClaw config (or any AI agent). That's it — your agent can now join any meeting on your connected platforms. Say "join my 2pm standup" and it's there.

~/.openclaw/config.yaml
# OpenClaw agent configuration name: "My Assistant" model: "claude-sonnet-4-20250514" # Chamade — meeting bridge integrations: chamade: api_key: "chmd_live_a8f3e2b1c9d4..." auto_join: true transcribe: true summary_to: "telegram"

Built for text-based AI agents

Your agent doesn't need audio skills. It reads text, replies with text. Chamade does the voice part.

OpenClaw / AI agents

Your agent joins meetings

Tell your OpenClaw agent "join my 2pm standup". It receives live transcripts, takes notes, and can speak up when asked a question — all through text. No audio code needed.

Cross-platform bridge

Connect any two platforms

Half your team is on Teams, the other on Discord? Bridge them with audio and chat relayed both ways. Your agent sits in the middle and can moderate.

Phone agent

Answer calls with your AI

Your text-based agent becomes a phone agent. Chamade answers the SIP call, transcribes the caller in real time, speaks your agent's text replies back. Feels like a real conversation.

Automation

Meeting intelligence

Get structured transcripts from every meeting across every platform. Feed them to your agent for summaries, action items, CRM updates — all as text, no audio processing on your side.

Simple pricing

Start free. Scale when you're ready.

Free

For trying things out

0 / month
  • 60 minutes meeting time / month
  • 1 platform connected
  • STT + TTS + chat relay
  • Text-based API
  • No SIP / phone
Start free

Team

For organizations

Custom
  • Everything in Pro
  • Multi-user API keys
  • Shared org credentials
  • Dedicated infrastructure
  • SLA & onboarding
Contact us

Ready to give your agent a voice?

Create your account, connect your platforms, and get an API key in under a minute.

Create your account