This guide provides instructions for integrating Cline with the Truefoundry AI Gateway.

What is Cline?

Cline is an AI coding assistant that integrates directly into your VS Code environment, providing autonomous coding capabilities. With Truefoundry AI Gateway integration, you can route your Cline requests through the Gateway for enhanced security, cost tracking, and access controls while maintaining seamless AI-powered development workflows.

Prerequisites

Before integrating Cline with TrueFoundry, ensure you have:
  1. TrueFoundry Account: Create a Truefoundry account and follow the instructions in our Gateway Quick Start
  2. VS Code: Install Cline or in whichever IDE you prefer
  3. Cline Extension: Install the Cline extension from the VS Code marketplace

Setup Process

1. Configure Cline Settings

Open Cline settings in VS Code:
  1. Open VS Code with Cline installed
  2. Press Cmd/Ctrl + Shift + P to open the command palette
  3. Search for Cline: Open in new tab
  4. Click on the settings gear icon ⚙️ in the Cline tab

2. Configure API Settings

In the Cline settings, configure the API connection: Set the following values:
  • API Provider: Select OpenAI Compatible
  • Base URL: your-truefoundry-gateway-url
  • API Key: ‘your-truefoundry-api-key’
  • Model ID: openai-main/gpt-4o (or your preferred TrueFoundry model)
Once configured, you can start using Cline for various coding tasks:
  1. Ask Cline to create a new file: “Create a Python function to calculate Fibonacci numbers”
  2. Request code modifications: “Add error handling to this function”
  3. Get explanations: “Explain what this code does”
  4. Debug assistance: “Help me fix this error”
That’s it! You’re now ready to use Cline with TrueFoundry Gateway for enhanced AI-powered development with enterprise-grade controls and monitoring.