--- title: OpenClaw Dashboard emoji: 🦞 colorFrom: blue colorTo: purple sdk: docker pinned: false --- # OpenClaw Dashboard Access your AI assistant through the OpenClaw dashboard. ## Setup 1. Set these secrets in your Space: - `BASE_URL` - Your API URL (e.g., `https://your-9router.hf.space/v1`) - `API_KEY` - Your API key 2. Open your Space URL 3. When prompted, enter the gateway token: `hf-space-token` (Or set your own via `GATEWAY_TOKEN` secret) ## Usage The dashboard provides a full chat interface with your AI assistant (Zero). ## Files - `Dockerfile` - Container setup - `start.sh` - Startup script - `README.md` - This file