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

  1. Install Kilo Code or Kilo CLI.
  2. Create an API key in the API Keys dashboard.
  3. Copy a full model ID from the model hub.

VS Code extension

  1. Open Kilo Code settings.
  2. Choose OpenAI Compatible or custom provider.
  3. Enter:
SettingValue
Base URLhttps://apiclaw.biz/v1
API KeyYour APIClaw API key
ModelFull 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.