Skip to main content
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

Image
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

1

Install Cline

Install the Cline extension from the VS Code Marketplace.
Image
2

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”.
Image
Select API Provider.
Image
Enter the following configuration information in these fields.
Image 59
Example using claude-opus-4.7 with the API format set to OpenAI. Then click “Done”.
FieldContent
API ProviderSelect “OpenAI Compatible”
Base URLhttps://router-link.world3.ai/api/v1
API KeyObtain one from RouterLInk
Model IDclaude-opus-4-7
You can change the model manually with the Model ID (OpenAI-compatible API format is required): 
Image
3

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.
Image