Documentation
Skribby is an API-first platform that allows developers to deploy meeting bots into Zoom, Microsoft Teams, and Google Meet. Capture raw audio, high-definition video, real-time transcription, and structured meeting data with a single integration.
One API for every meeting
Building and maintaining your own meeting bot infrastructure is complex, expensive, and fragile. Skribby handles the infrastructure, platform-specific join logic, and bot-detection bypassing so you can focus on building your product.
Record high-fidelity audio and video from any meeting in WebM format. Access raw PCM audio streams or processed recording files.
Integrated with world-class AI models like Whisper, Deepgram, and Speechmatics for industry-leading accuracy.
Receive speaker-labeled transcripts and recording files. For real-time interactivity, use our WebSockets to receive live events.
Ensure meeting privacy with automated recording announcements and secure data retention policies.
Why Developers Choose Skribby
Universal Compatibility
Don't build three different integrations. Skribby provides a unified interface that abstracts away the differences between Zoom, Teams, and Google Meet.
Real-time or Post-call
Whether you need live captions for an interactive tool or high-accuracy transcription for post-meeting analysis, Skribby supports both real-time WebSocket streaming and asynchronous processing.
Enterprise-Grade Reliability
Our infrastructure is designed for scale. We handle the complex logistics to ensure your bots join every meeting, every time.
Create a bot in seconds
import { createClient } from '@skribby/sdk';
const skribby = createClient({ api_key: 'sk_...' });
const bot = await skribby.createBot({
meeting_url: 'https://zoom.us/j/...',
bot_name: 'Recording Assistant',
service: 'zoom',
transcription_model: 'whisper',
});
Supported Platforms
Skribby provides deep, native-like integration with the world's most popular meeting services.
| Google Meet | Zoom | Microsoft Teams | |
|---|---|---|---|
| Status | Stable | Stable | Stable |
| Auth Support | Authenticated Accounts | ZAK Tokens | Authenticated Accounts |
| Features | Full Parity | Full Parity | Full Parity |
Get Started
Ready to build? Choose your path:
Get your first bot into a meeting in under 5 minutes.
Explore our comprehensive REST API endpoints and schemas.
Integrate faster with our fully-typed library.
Explore the Documentation
Understand the states from booting to finished.
Supported URL formats, Safe Links, and common pitfalls.
Set up notifications for your application.
Join internal meetings using authenticated accounts.
Need help? Join our Discord Community or email [email protected] for technical questions.