Origin Docs
GuidesOpenClaw

Troubleshoot OpenClaw + ORGN Gateway

Fix OpenClaw provider configuration, authentication, and model routing issues with ORGN Gateway.

Provider not recognized

Verify providers.ollm exists in openclaw.json and JSON is valid:

cat ~/.openclaw/openclaw.json | jq .

Environment variable not detected

No API key found for provider 'ollm'
echo $OLLM_API_KEY

Reload shell and restart OpenClaw after exporting.

Authentication (401 / 403)

  • baseUrl: https://api.gateway.orgn.com/v1
  • Key valid in Gateway console
  • Auth profile: openclaw auth list and "apiKey": "auth:ollm:default"

Model not found

Use underscore Gateway IDs:

WrongCorrect
near/GLM-4.6near_glm_4_7
ollm/near/GLM-4.6ollm/near_glm_4_7

Model must appear in models.providers.ollm.models and agent primary must use ollm/<id>.

Agent starts but does not respond

Check logs, confirm primary model is set, restart gateway:

openclaw gateway restart

Rate limits

Monitor usage in the Gateway console.

Checklist

  • Valid JSON in openclaw.json
  • baseUrl correct
  • OLLM_API_KEY or auth profile configured
  • Underscore model IDs
  • Gateway console shows incoming requests

On this page