Cline
Configure the Cline VS Code extension with Arcflow.
Cline can connect to Arcflow through either the Anthropic provider or the OpenAI-compatible provider. Configure it from the Cline panel — open Cline, then click the Settings (gear) icon.
Option A: Anthropic provider
Use the bare host as the base URL; the Anthropic SDK appends /v1/messages.
| Field | Value |
|---|---|
| API Provider | Anthropic |
| Base URL | https://api.tryarcflow.com |
| API Key | your sk-... key |
| Model | claude-sonnet-4-6 |
Option B: OpenAI Compatible provider
Use the /v1 base URL for the OpenAI-compatible surface.
| Field | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.tryarcflow.com/v1 |
| API Key | your sk-... key |
| Model ID | gpt-5.5 |
Save the settings and start a Cline task. Claude model ids also work through the OpenAI-compatible provider.