Docs›OpenClaw
Agent FrameworkConnect CLōD to OpenClaw
Route OpenClaw inference through CLōD for unified model access.
Overview
OpenClaw is an AI agent gateway. CLōD provides a unified OpenAI-compatible endpoint so OpenClaw can access 50+ models through one key with energy-optimized pricing.
Prerequisites
- • CLōD account — free at app.clod.io
- • OpenClaw installed
- • CLōD API key (Dashboard → API Keys → Generate)
Setup
Step 1: Get your CLōD API key
Sign in at app.clod.io → API Keys → Generate Key.
Step 2: Configure via OpenClaw wizard
Run the OpenClaw onboard wizard.
Select: Custom Provider
Name: custom-api-clod-io
Base URL: https://api.clod.io/v1
API Key: your CLōD API key
Step 3: Advanced: manual config
Edit ~/.openclaw/openclaw.json:
{
"providers": [{
"name": "clod",
"baseUrl": "https://api.clod.io/v1",
"apiKey": "your_clod_api_key"
}]
}
Step 4: Start the gateway
openclaw gateway run
Monitor usage at app.clod.io
Available Models
CLōD supports 50+ models. For agentic tools, use models that support tool calling / function calling.
Browse models →