> ## 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

> VibeKit is a safety layer for your coding agent. Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.

<img src="https://mintcdn.com/vibekit/6LkcvJmemBH6L58r/images/vibekit-cli.png?fit=max&auto=format&n=6LkcvJmemBH6L58r&q=85&s=40442fec339bad5b37cde3eed4eb6349" alt="Dashboard" width="1920" height="1280" data-path="images/vibekit-cli.png" />

## Key Features

<CardGroup cols={2}>
  <Card title="Local Sandbox" icon="container" color="#888">
    Runs agent output in isolated Docker containers — zero risk to your local setup
  </Card>

  <Card title="Built-in Redaction" icon="shield-check" color="#888">
    Auto-removes secrets, API keys, and other sensitive data from completions
  </Card>

  <Card title="Observability" icon="chart-line" color="#888">
    Complete visibility into agent operations with real-time logs, traces, and metrics
  </Card>

  <Card title="Universal Agent Support" icon="bot" color="#888">
    Works with Claude Code, Gemini CLI, Grok CLI, Codex CLI, OpenCode, and more
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/cli/installation" color="#888">
    Install the VibeKit CLI and get started in minutes
  </Card>

  <Card title="Quick Reference" icon="book-open" href="/cli/quick-reference" color="#888">
    Common commands and workflows for daily use
  </Card>
</CardGroup>

## Try It Out

Get started with VibeKit CLI in seconds:

```bash theme={"dark"}
# Install globally
npm install -g vibekit

# Run Claude Code with enhanced security
vibekit claude
```

## Why Use VibeKit CLI?

Instead of running coding agents directly on your machine, VibeKit provides crucial safety and visibility:

* **Zero Risk**: Isolated Docker containers prevent any damage to your local environment
* **Security First**: Built-in redaction removes sensitive data from agent completions automatically
* **Full Visibility**: Complete observability into what your coding agents are actually doing
* **Works Offline**: No cloud dependencies or internet required — works entirely on your machine

Whether you're using Claude Code for development, integrating AI agents into your workflow, or building applications that need secure code execution, VibeKit CLI provides the safety foundation you need to use coding agents with confidence.
