Quick Start¶
This guide will get you from zero to a running OpenClaw gateway in about 5 minutes.
Prerequisites¶
- openclaw-cli installed
- An API key from Anthropic or OpenAI
Step 1: Run the Setup Wizard¶
The onboarding wizard guides you through initial configuration:
The wizard will:
- Security Acknowledgement - Accept the security notice
- Gateway Configuration - Set port and bind address
- Provider Setup - Configure Anthropic or OpenAI
- Workspace Creation - Create
~/.openclaw/directory - Service Installation - Optionally install as system service
Non-Interactive Setup¶
For automation or CI/CD:
openclaw onboard \
--non-interactive \
--accept-risk \
--flow quickstart \
--auth-choice anthropic \
--api-key "sk-ant-..."
Step 2: Start the Gateway¶
Expected output:
[INFO] Starting OpenClaw gateway on http://127.0.0.1:18789
[INFO] Web dashboard available at http://127.0.0.1:18789/
[INFO] Press Ctrl+C to stop
Step 3: Open the Dashboard¶
Open your browser to http://localhost:18789
You'll see the web dashboard with:
- Dashboard - System overview
- Sessions - Conversation history
- Chat - Interactive chat interface
- Agents - Agent configuration
- Tools - Available tools
Step 4: Verify Everything Works¶
Run the health check:
This verifies:
- Configuration is valid
- Providers are accessible
- Gateway is running
- Workspace exists
Basic Usage¶
Check Status¶
Interactive Chat¶
Use the web dashboard at http://localhost:18789/chat or:
View Sessions¶
What's Next?¶
-
:material-cog:{ .lg .middle } Configuration
Learn about the configuration file format
-
:material-console:{ .lg .middle } CLI Guide
Explore all CLI commands
-
:material-robot:{ .lg .middle } AI Providers
Configure Anthropic, OpenAI, and more