> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Plug video understanding into your agents — meetings, recordings, tutorials, cameras, and desktop perception

## The Context Transfer Problem

You are surrounded by videos — meetings, recordings, tutorials, channels, cameras, and even your desktop. The real bottleneck isn't processing power or model capability. It's **context transfer**.

Your agents are blind to the visual world you navigate every day. They can't see your Zoom calls, understand your Loom recordings, or follow along as you watch a tutorial. VideoDB changes that.

## Built for Agents

VideoDB is built from the ground up for agents. Your AI assistants can now acquire context from:

* **Meetings** — Understand discussions, decisions, and action items
* **Recordings** — Search and reference Loom-style videos, demos, and walkthroughs
* **Desktop perception** — See what you see in real-time
* **Tutorials** — Watch and learn alongside you
* **Cameras** — Monitor physical environments and events

Real-time understanding of your environment changes how you act in the real world.

## What's Possible

Imagine **Claude Code** with complete understanding of your meetings and Loom recordings. Start a sharing session and watch a tutorial together — your agent follows along, ready to help implement what you're learning.

Imagine **OpenClaw-style agents** recording demos of any app, capturing their autonomous workflows for review and debugging.

Imagine **research agents** navigating the internet, producing informative video summaries that cut through the noise — saving you from misinformation and clickbait.

## Install VideoDB Skills

Add video capabilities to your agent in seconds:

```bash theme={null}
npx skills add video-db/skills
```

Then run the setup command in your agent:

```
/videodb setup
```

The setup guides you through obtaining a VideoDB API key (includes \$20 free credits, no credit card required), installing the SDK, and verifying the connection.

<Card title="View Skills Repository" icon="github" href="https://github.com/video-db/skills">
  Complete installation guide and skill documentation
</Card>

## Example Workflows

<CardGroup cols={2}>
  <Card title="Pair Programmer" icon="code" href="/examples-and-tutorials/ai-copilots/pair-programmer">
    AI coding assistant with real-time screen and audio context
  </Card>

  <Card title="OpenClaw Monitoring" icon="monitor" href="/examples-and-tutorials/ai-copilots/openclaw-monitoring">
    CCTV for AI agents — monitor, record, and search autonomous agent activity
  </Card>

  <Card title="Call.md" icon="users" href="/examples-and-tutorials/ai-copilots/call-md">
    Real-time AI meeting assistant with dual-channel transcription
  </Card>

  <Card title="Bloom" icon="video" href="/examples-and-tutorials/ai-copilots/bloom">
    Local-first screen recorder with AI processing and natural language search
  </Card>

  <Card title="Focusd" icon="target" href="/examples-and-tutorials/ai-copilots/focusd">
    Productivity tracking with automatic session summaries
  </Card>
</CardGroup>

## Architecture

<img src="https://mintcdn.com/videodb/DVB1BMGyP7Y3j1JP/assets/capture-sdk/capture-basic-architecture.jpeg?fit=max&auto=format&n=DVB1BMGyP7Y3j1JP&q=85&s=269c8a1ce4919ca48fe2f9d1b6ee6f45" style={{width: "auto", height: "auto"}} alt="Capture SDK Architecture showing two-runtime design with backend API key and desktop client token" width="1024" height="371" data-path="assets/capture-sdk/capture-basic-architecture.jpeg" />

API keys never touch the desktop. Tokens are short-lived. Enterprise-ready security.

## Related Documentation

<CardGroup cols={2}>
  <Card icon="camera" title="Capture SDK Overview" href="/pages/ingest/capture-sdks/overview">
    Full architecture and capabilities
  </Card>

  <Card icon="zap" title="Real-Time Context" href="/pages/ingest/capture-sdks/realtime-context">
    How real-time AI context works
  </Card>

  <Card icon="shield" title="Privacy Controls" href="/pages/ingest/capture-sdks/privacy-controls">
    User consent and data protection
  </Card>

  <Card icon="hard-drive" title="Storage & Search" href="/pages/ingest/capture-sdks/storage-and-search">
    Persist and search captured content
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card icon="bot" title="MCP Server" href="/pages/build-with-agents/mcp-server">
    Connect VideoDB to Claude and other agents
  </Card>

  <Card icon="compass" title="Director Framework" href="/pages/build-with-agents/director/index">
    Build custom AI agents with VideoDB
  </Card>
</CardGroup>
