anoman
Agent Integration Guides
VS Code

Connect Cline to Anoman AI

Configure Cline — the autonomous coding agent VS Code extension — to route all LLM requests through Anoman. Set the OpenAI base URL in Cline's provider settings.

Prerequisites

  • An Anoman AI account with an active API key
  • Cline extension installed in VS Code

Step 1: Open Cline settings

Click the Cline icon in the VS Code sidebar, then click the settings gear. Select OpenAI Compatible as the API provider.

Step 2: Enter Anoman credentials

Fill in the Cline provider settings with your Anoman API key and base URL:

API Provider:    OpenAI Compatible
Base URL:        https://api.anoman.io/v1
API Key:         anm-sk-your-key-here
Model ID:        gpt-4o-mini

Step 3: Verify the connection

Open a Cline task and send a simple message. Check your Anoman dashboard traces to confirm the request appears with guardrail results.

Cline config.json (alternative)

Advanced users can set the provider in Cline's config file directly:

{
  "apiProvider": "openai",
  "openAiBaseUrl": "https://api.anoman.io/v1",
  "openAiApiKey": "anm-sk-your-key-here",
  "openAiModelId": "gpt-4o-mini"
}

Guardrail transparency headers

X-Anoman-Guardrail-Injection: pass score=0.06
X-Anoman-Guardrail-Pii: pass
X-Anoman-Guardrail-Content: pass
X-Anoman-Cache: none

Need help with your integration?

Join the Founding 50 for early access and direct support from the Anoman team.

Join Founding 50