Skip to content

Use Cline with WebikAI

Cline ships an OpenAI Compatible provider, so WebikAI drops in as four settings — no plugin, no bridge.

Setup

  1. Get a beta account and copy your wk_live_... key.
  2. In Cline's settings, set API Provider to OpenAI Compatible and enter:
cline settings
API Provider:  OpenAI Compatible
Base URL:      https://api.webik.ai/v1
API Key:       wk_live_...
Model ID:      kwaipilot/kat-coder-v2.5-dev

Tool calling

Cline drives its file-edit and command loop through the standard tools array, which KAT-Coder serves natively — no XML fallback mode needed. The tool-call parser is part of the release contract, so the release ID on each response tells you exactly which build produced an edit; pin it when you are bisecting agent behavior.

Full reference: docs · the model: KAT-Coder V2.5 · apply for the beta