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

  1. Get an API key from the [Dashboard](/dashboard).
  2. Point your OpenClaw client or SDK to the mixgateway base URL: https://api.mixgateway.io/v1.
  3. Use the openclaw model 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