Skip to content

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 | bash
powershell
iwr -useb https://openclaw.ai/install.ps1 | iex

2. 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 hboom

Notes

hboom AI