Api.Airforce
OPENCLAW

OpenClaw Setup Guide

Point your self-hosted OpenClaw assistant at Api.Airforce as its LLM provider.

1

Install OpenClaw

Install OpenClaw on your machine (macOS / iOS / Android / Linux) and complete the first-run setup. The clawhub CLI must be on your path.

2

Set the OpenAI provider

Run the two clawhub commands below — they write the OpenAI-compatible provider entry into your local OpenClaw config.

clawhub config set provider.openai.base_url https://api.airforce/v1
clawhub config set provider.openai.api_key YOUR_AIRFORCE_API_KEY
3

Set the default model

Tell OpenClaw which Airforce model to use by default. Pick any chat model — claude-sonnet-4.6 or gpt-4o are good defaults.

clawhub config set provider.openai.default_model claude-sonnet-4.6
4

Restart the agent

Restart OpenClaw so it picks up the new provider config. The CLI shows the active provider on startup — verify it says "openai (api.airforce)".

5

Talk on any channel

Send a message via any of OpenClaw's channels (Discord, Telegram, iMessage, Slack…) — replies now route through Api.Airforce.

Tip

OpenClaw skills installed via clawhub use whatever model the agent has configured — switching the default model affects every skill at once.