Documentation
Complete guide to using CLAW LLM and the OpenClaw API.
Getting Started
CLAW LLM is a developer-first AI platform for code generation, analysis, and transformation. Powered by the OpenClaw API, it provides production-ready tools for serious software development.
Quick Start
- 1.Set your OpenAI API key in your environment
- 2.Navigate to the Builder or Scanner page
- 3.Enter your prompt or code
- 4.Get production-ready results
# Set your API key export OPENAI_API_KEY=your_key_here # Clone and install git clone https://github.com/openclaw/claw-llm.git cd claw-llm npm install # Run development server npm run dev
Note: Your API key is never exposed to the client. All AI calls are processed server-side through secure API routes.
Powered by OpenClaw API | Follow @openclaw