MeetStream CLI
The MeetStream meeting-bot API from your terminal
The @meetstream/cli package puts the full MeetStream API in your terminal. Create bots that join Zoom, Google Meet, and Microsoft Teams meetings; record, transcribe, and interact — without writing a line of code.
Get an API key from the MeetStream dashboard.
Authentication
Every command authenticates with Authorization: Token <your-key> — the API key is the credential, there is no separate CLI login.
Verify your setup:
60-second tour
Command groups
Every command supports --json for scripting, which also makes the CLI directly usable by coding agents.
bot create exposes the full create-bot surface as flags: transcription provider (-t deepgram | assemblyai | sarvam | meetstream | ...), webhooks (-c), scheduled joins (--join-at), per-participant streams (--separate-audio / --separate-video), live WebSocket streaming (--live-audio-ws, --socket-ws), MIA agents, idempotency keys, and leave-timeout tuning. Run meetstream bot create --help for the complete list.
Related tooling
- MeetStream MCP Server — the same capabilities as MCP tools for Claude and other agents.
- Set Up Local Server for Webhook — the manual version of what
meetstream listenautomates. - Create Your First Bot — the raw API quickstart.
