> ## Documentation Index
> Fetch the complete documentation index at: https://docs.routerlink.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cline Plugin

> This documentation is provided for informational purposes only and demonstrates how to configure and use our API with third-party AI chat interfaces. Any third-party software, websites, or services mentioned are not operated, controlled, or endorsed by us.

# **Introduction to Cline Plugin**

<Frame>
  <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-52.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=4f906853b189a29c7dd02a0d0bfbfba0" alt="Image" width="807" height="625" data-path="images/image-52.png" />
</Frame>

[Cline](https://github.com/cline/cline) is an AI coding agent that lives in your editor and your terminal. It can read and write files, run terminal commands, use a browser, and help you build features through natural conversation. Every action requires your explicit approval. You’re always in control.

# **Step**

<Steps>
  <Step title="Install Cline">
    **Install** the [**Cline extension**](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) from the [**VS Code**](https://code.visualstudio.com/download) Marketplace.

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-53.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=43a82eae9c2e0dd632d6c9cda56f636d" alt="Image" width="975" height="303" data-path="images/image-53.png" />
    </Frame>
  </Step>

  <Step title="Model Configuration & API Key">
    Click the “Cline” icon on the sidebar to launch. and click x. If “How will you use Cline” appears, please select “Absolutely Free”.

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-54.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=af1acbf894320001b7fad1d2cf49d984" alt="Image" width="1360" height="938" data-path="images/image-54.png" />
    </Frame>

    Select API Provider.

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-56.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=87dd1e0dcf4a7b6d26d85f3c43f379dd" alt="Image" width="1360" height="938" data-path="images/image-56.png" />
    </Frame>

    Enter the following configuration information in these fields.

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-59.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=db04caa4efa27786de750c0380728cd3" alt="Image 59" width="568" height="662" data-path="images/image-59.png" />
    </Frame>

    Example using claude-opus-4.7 with the API format set to OpenAI. Then click “Done”.

    | Field        | Content                                                                      |
    | :----------- | :--------------------------------------------------------------------------- |
    | API Provider | Select "OpenAI Compatible"                                                   |
    | Base URL     | [https://router-link.world3.ai/api/v1](https://router-link.world3.ai/api/v1) |
    | API Key      | Obtain one from [RouterLInk](https://routerlink.ai/settings/api-keys)        |
    | Model ID     | claude-opus-4-7                                                              |

    You can change the [model](https://routerlink.ai/models) manually with the Model ID (OpenAI-compatible API format is required): 

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/ltkRsDbAxyB4nlOA/images/image-92.png?fit=max&auto=format&n=ltkRsDbAxyB4nlOA&q=85&s=5db79d68829c4b7ef0b9ba681ea23747" alt="Image" width="1180" height="913" data-path="images/image-92.png" />
    </Frame>
  </Step>

  <Step title="Use Cline">
    Above the input box, you can use Auto-approve to configure Cline’s read/write permissions and command execution permissions. Enabling these permissions can enhance automation capabilities, but may also increase token usage, so it’s recommended to enable them only after fully understanding Cline’s behavior.

    Cline provides two working modes, which can be switched at the bottom of the dialog:

    * Plan mode: Focuses on information gathering, problem breakdown, and task planning without directly modifying files.
    * Act mode: Executes changes, runs commands, and completes tasks based on the plan.

    <Frame>
      <img src="https://mintcdn.com/matrixlabs/3tSbKcYnilhOV3ZZ/images/image-60.png?fit=max&auto=format&n=3tSbKcYnilhOV3ZZ&q=85&s=dbb63257fe9cec6ac0c55339db7bf61b" alt="Image" width="1360" height="938" data-path="images/image-60.png" />
    </Frame>
  </Step>
</Steps>
