Moltworker/OpenClaw + Unified Billing: Binary sends wrong auth header? Hi all, I'm trying to set up Moltworker (OpenClaw) using AI Gateway Unified Billing (so I don't need an Anthropic API key).
Unified Billing requires the cf-aig-authorization header, but the compiled Moltbot binary inside the sandbox seems hardcoded to send the standard x-api-key header. This results in 401/403 errors from the gateway.
I'm attempting to inject the header via clawdbot.json using defaultHeaders in a startup script, but I'm wondering if there is an official "Clean" way to enable Unified Billing that I missed?
Has anyone successfully run Moltworker with Unified Billing without patching the startup scripts?
I thought adding funds and using cloudflares gateway would be the easiest mehtod lol