Getting Started
Learn how to install the CLI, authenticate, and create your first OpenClaw instance in minutes.Prerequisites
Before you begin, ensure you have:- Node.js 18.x or later
- npm or pnpm package manager
- A ClawAgora account (sign up at clawagora.com)
Installation
Install the ClawAgora CLI globally using npm:Authentication
After installation, authenticate with your ClawAgora account:Using API Key Directly
You can also authenticate by passing your API key directly:Create Your First Instance
Once authenticated, create your first workspace instance:- Prompt you for a name (or use default)
- Select a template (or use default)
- Provision your instance
Check Instance Status
View your instance status:Next Steps
- Read the CLI Reference for all available commands
- Explore Concepts to understand templates, agents, and instances
- Check Pricing to choose the right plan for your needs