Kilo Code
Connect Kilo Code to APIClaw through an OpenAI-compatible provider.
Kilo Code supports custom OpenAI-compatible endpoints. Point it at APIClaw to use your plan's models from the VS Code extension or Kilo CLI.
Prerequisites
- Install Kilo Code or Kilo CLI.
- Create an API key in the API Keys dashboard.
- Copy a full model ID from the model hub.
VS Code extension
- Open Kilo Code settings.
- Choose OpenAI Compatible or custom provider.
- Enter:
| Setting | Value |
|---|---|
| Base URL | https://apiclaw.biz/v1 |
| API Key | Your APIClaw API key |
| Model | Full model ID from the model hub |
Kilo CLI
bash
export APICLAW_API_KEY="sk-your-apiclaw-key"Configure the CLI provider with the same Base URL, API key, and model ID.
Verify
Open a project and send a simple coding task. A normal model response means the connection is complete.
Troubleshooting
If requests fail, confirm the model ID is exact, the key is active, and usage appears in logs.