# Serveka > The universal API for meeting bots. Infrastructure-as-a-service. Serveka provides developers with a single integration to deploy AI-powered bots into Google Meet, Zoom, and Microsoft Teams. Each bot joins a meeting, captures audio/video, transcribes in real-time, and delivers data via SSE and webhooks. ## Documentation Index ### Basics - [Quickstart](https://serveka.com/api/docs/raw/quickstart): Get a meeting bot running in 5 minutes. - [Core Concepts](https://serveka.com/api/docs/raw/concepts): Understand bots, meetings, transcripts, and workspaces. ### API Reference - [Create Bot](https://serveka.com/api/docs/raw/api/create-bot): `POST /v1/bots` — Deploy a bot to a meeting URL. - [Real-time Stream](https://serveka.com/api/docs/raw/api/stream): `GET /v1/bots/{id}/stream` — SSE endpoint for live transcripts. ### Guides - [Webhooks](https://serveka.com/api/docs/raw/guides/webhooks): Receive bot lifecycle events. - [Calendar Integration](https://serveka.com/api/docs/raw/guides/calendar): Automatically join meetings from Google Calendar. ### SDKs - [Python SDK](https://serveka.com/api/docs/raw/sdks/python): Official Python client. - [Node.js SDK](https://serveka.com/api/docs/raw/sdks/nodejs): Official Node.js/TypeScript client. ## Key Technical Specifications - **Latency:** Sub-60s join time via pre-warmed containers. - **Transcription:** Real-time via Deepgram (100+ languages). - **Intelligence:** Summaries and action items via Anthropic Claude. - **Delivery:** SSE for live data, Webhooks for async delivery. - **Security:** Each bot runs in a completely isolated VM environment. ## Pricing - **Core:** $0.35 / hour of meeting (Recording + Transcription). - **Plugins:** Modular pricing ($0.01 - $0.05 per meeting). - **Enterprise:** Self-hosted options available. ## Contact - Website: https://serveka.com - Support: hello@serveka.com ## Optional - [Full Documentation Context](https://serveka.com/llms-full.txt): Complete API docs and SDK references for LLM ingestion.