Skribby
GuidesUpdated 2 weeks ago

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.

Capture

Record high-fidelity audio and video from any meeting in WebM format. Access raw PCM audio streams or processed recording files.

Transcribe

Integrated with world-class AI models like Whisper, Deepgram, and Speechmatics for industry-leading accuracy.

Process

Receive speaker-labeled transcripts and recording files. For real-time interactivity, use our WebSockets to receive live events.

Compliance

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 MeetZoomMicrosoft Teams
StatusStableStableStable
Auth SupportAuthenticated AccountsZAK TokensAuthenticated Accounts
FeaturesFull ParityFull ParityFull Parity

Get Started

Ready to build? Choose your path:

Explore the Documentation

Need help? Join our Discord Community or email [email protected] for technical questions.