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

# Introduction

> The VibeKit SDK makes it easy to embed powerful AI coding agents into your web applications. With support for multiple AI providers and secure sandboxed execution, you can add intelligent code generation, editing, and execution capabilities to any application.

## Key Features

<CardGroup cols={2}>
  <Card title="Multiple AI Agents" icon="bot" color="#888">
    Integrate Claude Code, Codex, Gemini, Grok, and OpenCode agents into your applications
  </Card>

  <Card title="Sandboxed Environments" icon="container" color="#888">
    Secure, isolated environments for safe code execution and development
  </Card>

  <Card title="Flexible Integration" icon="git-branch" color="#888">
    SDK for embedding in apps, CLI for development, and API for custom workflows
  </Card>

  <Card title="Provider Choice" icon="plug" color="#888">
    Deploy with E2B, Dagger, Daytona, Northflank, Cloudflare, Modal, or Fly.io
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="SDK Installation" icon="download" href="/sdk/quickstart" color="#888">
    Install and configure the VibeKit SDK
  </Card>

  <Card title="SDK Examples" icon="code" href="https://github.com/superagent-ai/vibekit/tree/main/templates" color="#888">
    Example integrations and code samples
  </Card>
</CardGroup>

## Why Use the VibeKit SDK?

Modern applications increasingly need AI-powered coding capabilities. The VibeKit SDK makes it simple to add these features without the complexity of managing sandboxed environments, AI model integrations, or security considerations.

Whether you're building a code editor, documentation platform, educational tool, or any application that could benefit from intelligent code generation and execution, the VibeKit SDK provides a secure, scalable foundation that grows with your needs.
