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.
| 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 task. Claude model ids also work through the OpenAI-compatible provider.