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:
API Key
Generate an API key from your dashboard to authenticate your requests.
GitHub Integration
Connect your GitHub account to manage repositories and collaborate with your team.
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/healthQuick Overview
Basic Workflow
Create a Workspace
Set up a cloud workspace for your organization to house all your repositories and projects.
Connect Repositories
Link your GitHub repositories to the workspace for version control and collaboration.
Create Projects
Spin up isolated project environments (git worktrees) for specific features or experiments.
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.