🚀
START YOUR FIRST AGENT
IN 5 MINUTES
From zero to autonomous AI agent. Four simple steps. No credit card required.
1
Install2
Configure3
Create4
LaunchAgent Autonomy
Follow this guide exactly. Each step builds on the previous one.
01
Install OpenClaw
Get OpenClaw running on your machine
bash📋 Copy
npm install -g openclawRequires Node.js 18+. Works on macOS, Linux, and Windows.
02
Configure your API key
Connect OpenClaw to Claude AI
bash📋 Copy
openclaw config set ANTHROPIC_API_KEY=your-keyGet your API key from console.anthropic.com
03
Create your first agent
Set up the agent structure and files
bash📋 Copy
openclaw init my-first-agent
cd my-first-agentThis creates SOUL.md, AGENTS.md, and other config files.
04
Run and iterate
Launch your agent and start experimenting
bash📋 Copy
openclaw runYour agent is now live. Talk to it, give it tasks, watch it learn.
🎉
Congratulations!
Your Agent is Alive
You've successfully created your first autonomous AI agent. Now let's explore what's possible.