OpenClaw with mixgateway.io
Use OpenClaw with mixgateway.io for a single API key and unified billing across models.
Why use OpenClaw via mixgateway
- One API key — Use your mixgateway.io API key for OpenClaw and other providers.
- Unified billing — One bill, one dashboard at [Dashboard](/dashboard).
- Same API shape — OpenAI-compatible endpoint at
https://api.mixgateway.io/v1.
Quick start
- Get an API key from the [Dashboard](/dashboard).
- Point your OpenClaw client or SDK to the mixgateway base URL:
https://api.mixgateway.io/v1. - Use the
openclawmodel name (or the model ID provided in the dashboard) in your requests.
Example request
curl https://api.mixgateway.io/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"openclaw","messages":[{"role":"user","content":"Hello"}]}'
Next steps
- AI tools integration — Install OpenClaw, onboarding, and
openclaw.jsonfor this gateway. - API Overview — Full endpoint reference.
- Authentication — API key and security.