Skribby
GuidesUpdated 1 week ago

Documentation

Skribby is an API-first platform for deploying meeting bots to Zoom, Microsoft Teams, and Google Meet. Capture audio, video, real-time transcription, and structured meeting data through one 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 audio and video from supported meetings in WebM format. Access raw PCM audio streams or processed recording files.

Transcribe

Choose from supported transcription models including Whisper, Deepgram, and Speechmatics.

Process

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

Privacy controls

Configure an initial chat message, recording retention, and deletion to match your application's requirements.

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.

Managed Infrastructure

Skribby manages worker provisioning, browser automation, and the platform-specific meeting join flow.

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: 'Alex from Acme', service: 'zoom', transcription_model: 'groq/whisper-large-v3-turbo', });

Supported Platforms

Skribby supports the core meeting bot workflow across all three services. See Supported Platforms for feature-specific differences.

Google MeetZoomMicrosoft Teams
Guest joinsSupportedSupportedSupported
AuthenticationAuthenticated AccountsZAK TokensAuthenticated Accounts
Recording and transcriptionSupportedSupportedSupported

Get Started

Ready to build? Choose your path:

Explore the Documentation

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