Quick Start
Get up and running with Rizome in minutes. This guide will walk you through creating your first workspace and sandbox.
1. Create Account & API Key
Register at app.rizome.dev
Sign upGenerate your API key - Navigate to Settings → API Keys and create a new key
2. Install Rizome CLI
Terminal
npm install -g @rizome/cliNote: The CLI requires Node.js 18+ and works with Claude Code, Cursor, Windsurf, and other AI coding assistants.
3. Create Your First Workspace
Configure CLI
rizome auth login
rizome workspace create my-team
Add Repository
rizome repo add https://github.com/your-org/your-repo.git
4. Create Project & Sandbox
Create Project (Git Worktree)
rizome project create feature/new-feature
Launch Sandbox
rizome sandbox create --project feature/new-feature
5. Connect Your AI Assistant
Claude Code
claude --connect-sandbox sandbox_idDirect integration with Claude Code for seamless development workflows.
Cursor
cursor --remote-ssh rizome://sandbox_idConnect Cursor directly to your cloud sandbox environment.
What's Next?
Need Help?
If you run into any issues during setup, our community is here to help.