Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.
Install the VibeKit CLI globally:
npm install -g vibekitRun claude code with enhanced security and tracking
vibekit claude🐳 Local sandbox - Runs agent output in isolated Docker containers — zero risk to your local setup
🔒 Built-in redaction - Auto-removes secrets, api keys, and other sensitive data completions
📊 Observability - Complete visibility into agent operations with real-time logs, traces, and metrics
🌐 Universal agent support - Works with Claude Code, Gemini CLI, Grok CLI, Codex CLI, OpenCode, and more
💻 Works offline & locally - No cloud dependencies or internet required — works entirely on your machine
VibeKit includes a proxy server for secure API routing with built-in data redaction. Deploy it as a service:
# Run proxy directly with npx (recommended)
npx @vibe-kit/proxy start
# Or with specific commands
npx @vibe-kit/proxy stop # Stop proxy
npx @vibe-kit/proxy status # Check status
# Or install globally and run
npm install -g @vibe-kit/proxy# Use the published image
docker run -p 8080:8080 -e PORT=8080 vibekit/proxy
# Or build from source
docker build -t vibekit-proxy packages/proxy
docker run -p 8080:8080 vibekit-proxyPORTorVIBEKIT_PROXY_PORT- Proxy port (default: 8080)VIBEKIT_PROXY_TARGET_URL- Target API URL
Deploy to any container platform (AWS ECS, Google Cloud Run, Azure Container Instances, etc.):
# Example with Google Cloud Run
gcloud run deploy vibekit-proxy --image vibekit-proxy --port 8080Looking to integrate VibeKit into your application? Check out these packages:
Run coding agents in secure sandboxes with full control and monitoring.
npm install @vibe-kit/sdkPerfect for building applications that need to execute AI-generated code safely.
Use your MAX subscriptions in AI Apps.
npm install @vibe-kit/authHandle authentication flows for your VibeKit-powered applications.
Contributions welcome! Open an issue, start a discussion, or submit a pull request.
MIT — see LICENSE for details.
© 2025 Superagent Technologies Inc.