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

# Cline

# Guide to Using Cline with AGIPower

*Cline* is a collaborative programming agent for complex tasks. By integrating with AGIPower, you can access more powerful models to enhance development efficiency.

<Info title="Compatibility Note">
  AGIPower fully supports the OpenAI API protocol and can be used with simple configuration.

  Note that the OpenAI protocol base\_url is "[https://api.agipower.ai/v1](https://api.agipower.ai/v1)".
</Info>

## Installing Cline

Cline supports multiple development tools such as Visual Studio Code, JetBrains IDEs, etc. You can choose the corresponding installation method based on your tools. For details, please refer to Cline's official documentation.

<Tip title="Reference">
  [Cline Official Documentation](https://docs.cline.bot/getting-started/installing-cline)
</Tip>

## Configuring Cline

1. Click the Cline icon on the left side of VSCode to open the Cline panel.
2. Click the settings icon ⚙️ in the top right corner of the panel.
3. In the API Configuration tab:

* Select OpenAI Compatible for API Provider
* Enter [https://api.agipower.ai/v1](https://api.agipower.ai/v1) in Base URL
* Enter your AGIPower API Key in OpenAI Compatible API Key
* Enter the AGIPower model slug in Model ID, such as anthropic/claude-3.7-sonnet

4. Click the Done button in the top right corner to complete the configuration.

\<div style="text-align: center;">

<img src="https://cdn.marmot-cloud.com/storage/agipower/2025/11/05/AtyK3Ah/Cline.png" alt="Cline Configuration" />

\</div>

## Getting Started

After configuration is complete, you can start using Cline. AGIPower provides rich model support for Cline. You can select the desired model from our [official model list](https://agipower.ai/models) and enter it in the Model ID field.

\<div style="text-align: center;">

<img src="https://cdn.marmot-cloud.com/storage/agipower/2025/11/05/z6PG9xI/Cline_chat.png" alt="Cline Usage Effect" />

\</div>

## Troubleshooting

### Common Issues

#### API Key Error

**Issue**: API Key reported as invalid or unauthorized

**Solution**:

* Verify that the AGIPower API Key you entered is correct
* Confirm the API Key is active and has sufficient balance
* Check that the API Key format starts with `sk-`

## Contact Us

If you encounter any issues during use, or have suggestions and feedback, please contact us through the following channels:

<Tip title="Get Help">
  * **Official Website**: [https://agipower.ai](https://agipower.ai)
  * **Technical Support Email**: [support@agipower.ai](mailto:support@agipower.ai)

  For more contacts and details, visit our [Contact Us page](/en/help/contact).
</Tip>
