OpenClaw
Community setup guidance for connecting OpenClaw to the Redline OpenAI-compatible endpoint.
Add a custom model provider
In your OpenClaw version’s model-provider configuration, choose an OpenAI-compatible Chat Completions provider, use https://api.redline-api.duckdns.org/v1 as its base URL, and supply your Redline key through a secret or environment variable. Select redline-core as the model ID.
Check the protocol before running agents
OpenClaw configuration fields can change between versions. Follow the official provider documentation for your installed version. Use the Chat Completions protocol; do not select Responses while that endpoint remains unverified.
Create an engagement key with a budget and expiry. Agent loops can make many requests, so start with a small task and check usage before a longer run.
Provider documentation
OpenClaw model-provider documentation. The SDK and curl examples in our quickstart can help distinguish a connectivity problem from a client configuration problem.