Getting Started

Set up your account, API keys, and get ready to create cloud workspaces for agentic development

To create workspaces and connect AI coding assistants like Claude Code, Cursor, and Windsurf, you'll need to set up your account on Rizome and configure authentication.

Prerequisites

Ensure you have:

Rizome Account

Set up your account and organization on our platform.

Create Account at app.rizome.dev

API Key

Generate an API key from your dashboard to authenticate your requests.

Username: set on your profile

GitHub Integration

Connect your GitHub account to manage repositories and collaborate with your team.

Configure in your integration settings

Authenticate

Configure your API credentials for accessing the Rizome platform:

Set your API key

export RIZOME_API_KEY="rzm_your_api_key_here"

Verify authentication

curl -H "Authorization: Bearer $RIZOME_API_KEY" https://api.rizome.dev/health

Quick Overview

Basic Workflow

1

Create a Workspace

Set up a cloud workspace for your organization to house all your repositories and projects.

2

Connect Repositories

Link your GitHub repositories to the workspace for version control and collaboration.

3

Create Projects

Spin up isolated project environments (git worktrees) for specific features or experiments.

4

Launch Sandboxes

Create sandboxed environments where AI agents can work safely and collaboratively.

For Individual Developers

Perfect for experimenting with AI coding assistants, testing new features, and maintaining clean development environments.

For Teams

Enable seamless collaboration between team members and AI agents, with shared environments and consistent development practices.

What's Next?

Now that you understand the basics, dive deeper into the core concepts and start building.