OpenClaw Configuration Platform API
OpenClaw is a unified AI configuration management platform. This guide covers connecting it to hboom AI.
Quick Setup
1. Install OpenClaw
bash
curl -fsSL https://openclaw.ai/install.sh | bashpowershell
iwr -useb https://openclaw.ai/install.ps1 | iex2. Configure hboom API
bash
openclaw config set models.providers.hboom.baseUrl "https://hboom.ai/v1"
openclaw config set models.providers.hboom.apiKey "sk-xxxxxxxxxxxx"3. Verify Connection
bash
openclaw test hboomNotes
- Base URL should include
/v1 - For more details, visit the OpenClaw official docs