Arcflow

Roo Code

Configure the Roo Code VS Code extension with Arcflow.

Roo Code is a Cline fork and is configured the same way. Open Roo Code → Settings → Providers and choose either the Anthropic or the OpenAI-compatible route.

Option A: Anthropic provider

Use the bare host as the base URL; the Anthropic SDK appends /v1/messages.

FieldValue
API ProviderAnthropic
Base URLhttps://api.tryarcflow.com
API Keyyour sk-... key
Modelclaude-sonnet-4-6

Option B: OpenAI Compatible provider

Use the /v1 base URL for the OpenAI-compatible surface.

FieldValue
API ProviderOpenAI Compatible
Base URLhttps://api.tryarcflow.com/v1
API Keyyour sk-... key
Model IDgpt-5.5

Save the settings and start a task. Claude model ids also work through the OpenAI-compatible provider.