Vibe Coder Quick Start
Get started with VM0 using Claude Code in minutes
If you use Claude Code and prefer a vibe-first approach to building agents, this guide is for you.
Step 1: Initial Setup
Get started with a single guided command in your terminal (not Claude Code):
npm install -g @vm0/cli && vm0 onboardThe vm0 onboard command provides a complete interactive setup that:
- Authenticates you with vm0.ai
- Configures your model provider
- Creates a new agent project directory
- Installs the VM0 skill for Claude Code
Step 2: Build Your First Agent
After onboarding completes, you can build agents directly in Claude Code:
cd my-vm0-agent && claude "/vm0-agent let's build an agent"Continue the conversation in natural language and you'll complete creating and running your first agent.