Claw Setup provides everything needed to connect self-hosted agent servers to the ibl.ai platform:
Supported Runtimes
- OpenClaw — Open source agent execution runtime
- NVIDIA NemoClaw — NVIDIA's enterprise agent runtime with GPU acceleration
What's Included
- Caddy reverse proxy configuration for SSL termination and routing
- Docker Compose files for one-command deployment
- Platform API integration scripts for registering servers
- Health check and monitoring configuration
Setup Flow
- Deploy your Claw server (OpenClaw or NemoClaw)
- Clone the setup repository:
git clone https://github.com/iblai/iblai-claw-setup.git cd iblai-claw-setup - Configure your platform credentials and server URL
- Run the setup script to register with ibl.ai
- Manage agents through the ibl.ai dashboard or API
Why Self-Host?
- Data sovereignty — All agent execution happens on your infrastructure
- GPU control — Use your own GPUs for model inference
- Network isolation — Keep sensitive data within your network perimeter
- Cost optimization — Scale compute independently of the platform