Integration / OpenClaw
Use gonka.broker with OpenClaw
Connect OpenClaw to decentralized AI through the gonka.broker OpenAI-compatible API, with a stable model alias and prepaid limits.
Configuration summary
Configure an OpenAI-compatible provider with base URL https://api.gonka.broker/v1, model gonka-auto, and a dedicated API key.
Recommended rollout
- Add gonka.broker as a separate provider rather than replacing the working default immediately.
- Store the key in the local secret environment.
- Test one short non-streaming request.
- Test streaming and tool-call behavior used by your agent.
- Set prepaid and daily limits before background automation.
Reliability controls
Use bounded retries, request timeouts, and a fallback model for critical jobs. The gateway supplies a stable customer alias, but decentralized route availability can still change.
Cost control
Usage is metered against a prepaid balance. A dedicated key and daily cap make it easier to separate one OpenClaw installation from other applications.
Next step: Create one account or read the integration docs.